Skip to content

Commit 72f7256

Browse files
authored
increase timeout for tpch100 (#29440)
1 parent 6471d14 commit 72f7256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class TestTpch100(TpchSuiteBase):
7676
'lineitem': 600037902,
7777
}
7878
scale: int = 100
79-
timeout = max(TpchSuiteBase.timeout, 300.)
79+
timeout = max(TpchSuiteBase.timeout, 3600.)
8080

8181

8282
class TestTpch1000(TpchSuiteBase):

0 commit comments

Comments
 (0)