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 dc01146 commit 84083e4Copy full SHA for 84083e4
ydb/tests/olap/load/lib/tpch.py
@@ -88,6 +88,6 @@ class TestTpch10000(TpchSuiteBase):
88
}
89
90
scale: int = 10000
91
- iterations: int = 2
+ iterations: int = 1
92
check_canonical: bool = CheckCanonicalPolicy.WARNING
93
- timeout = max(TpchSuiteBase.timeout, 7200.)
+ timeout = max(TpchSuiteBase.timeout, 14400.)
0 commit comments