We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b451a9 commit 7ec3879Copy full SHA for 7ec3879
ydb/tests/olap/load/test_tpch.py
@@ -73,10 +73,7 @@ class TestTpch100(TpchSuiteBase):
73
class TestTpch1000(TpchSuiteBase):
74
scale: int = 1000
75
check_canonical: bool = False
76
- timeout = max(TpchSuiteBase.timeout, 1000.)
77
- query_settings = {
78
- 9: LoadSuiteBase.QuerySettings(timeout=max(TpchSuiteBase.timeout, 3600.)),
79
- }
+ timeout = max(TpchSuiteBase.timeout, 3600.)
80
81
82
class TestTpch10000(TpchSuiteBase):
0 commit comments