Skip to content

Commit

Permalink
Merge a4c2330 into 15c68da
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Jul 18, 2024
2 parents 15c68da + a4c2330 commit 9e84a96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ydb/tests/olap/load/test_tpcds.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ class TestTpcds10(TpcdsSuiteBase):

class TestTpcds100(TpcdsSuiteBase):
size: int = 100
timeout = max(TpcdsSuiteBase.timeout, 900.)
timeout = max(TpcdsSuiteBase.timeout, 3600.)

class TestTpcds1000(TpcdsSuiteBase):
size: int = 100
timeout = max(TpcdsSuiteBase.timeout, 3*3600.)

0 comments on commit 9e84a96

Please sign in to comment.