Skip to content

Commit 7ec3879

Browse files
authored
increase timeout on tpch 1000 (#11850)
1 parent 2b451a9 commit 7ec3879

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ydb/tests/olap/load/test_tpch.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ class TestTpch100(TpchSuiteBase):
7373
class TestTpch1000(TpchSuiteBase):
7474
scale: int = 1000
7575
check_canonical: bool = False
76-
timeout = max(TpchSuiteBase.timeout, 1000.)
77-
query_settings = {
78-
9: LoadSuiteBase.QuerySettings(timeout=max(TpchSuiteBase.timeout, 3600.)),
79-
}
76+
timeout = max(TpchSuiteBase.timeout, 3600.)
8077

8178

8279
class TestTpch10000(TpchSuiteBase):

0 commit comments

Comments
 (0)