Skip to content

Commit d1505b3

Browse files
committed
Run 1000 times each test on the CI
1 parent faac621 commit d1505b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/ci/integration_tests_runner.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@
3232
PARALLEL_GROUP_SIZE = 100
3333
CLICKHOUSE_BINARY_PATH = "usr/bin/clickhouse"
3434

35-
FLAKY_TRIES_COUNT = 2 # run whole pytest several times
36-
FLAKY_REPEAT_COUNT = 3 # runs test case in single module several times
37-
MAX_TIME_SECONDS = 3600
35+
FLAKY_TRIES_COUNT = 250 # run whole pytest several times
36+
FLAKY_REPEAT_COUNT = 4 # runs test case in single module several times
3837

39-
MAX_TIME_IN_SANDBOX = 20 * 60 # 20 minutes
38+
MAX_TIME_IN_SANDBOX = 20 * 600 # 20 minutes
4039
TASK_TIMEOUT = 8 * 60 * 60 # 8 hours
4140

4241
NO_CHANGES_MSG = "Nothing to run"

0 commit comments

Comments
 (0)