Skip to content

Commit 84083e4

Browse files
iddqdexKamil Khamitov
authored andcommitted
use tpch 10k with 1 iteration (ydb-platform#16289)
1 parent dc01146 commit 84083e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/olap/load/lib/tpch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ class TestTpch10000(TpchSuiteBase):
8888
}
8989

9090
scale: int = 10000
91-
iterations: int = 2
91+
iterations: int = 1
9292
check_canonical: bool = CheckCanonicalPolicy.WARNING
93-
timeout = max(TpchSuiteBase.timeout, 7200.)
93+
timeout = max(TpchSuiteBase.timeout, 14400.)

0 commit comments

Comments
 (0)