Skip to content

Commit a1c02e7

Browse files
committed
Revert "Run 1000 times each test on the CI"
This reverts commit d1505b3.
1 parent d1505b3 commit a1c02e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/ci/integration_tests_runner.py

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

35-
FLAKY_TRIES_COUNT = 250 # run whole pytest several times
36-
FLAKY_REPEAT_COUNT = 4 # runs test case in single module several times
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
3738

38-
MAX_TIME_IN_SANDBOX = 20 * 600 # 20 minutes
39+
MAX_TIME_IN_SANDBOX = 20 * 60 # 20 minutes
3940
TASK_TIMEOUT = 8 * 60 * 60 # 8 hours
4041

4142
NO_CHANGES_MSG = "Nothing to run"

0 commit comments

Comments
 (0)