We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1505b3 commit a1c02e7Copy full SHA for a1c02e7
tests/ci/integration_tests_runner.py
@@ -32,10 +32,11 @@
32
PARALLEL_GROUP_SIZE = 100
33
CLICKHOUSE_BINARY_PATH = "usr/bin/clickhouse"
34
35
-FLAKY_TRIES_COUNT = 250 # run whole pytest several times
36
-FLAKY_REPEAT_COUNT = 4 # runs test case in single module several times
+FLAKY_TRIES_COUNT = 2 # run whole pytest several times
+FLAKY_REPEAT_COUNT = 3 # runs test case in single module several times
37
+MAX_TIME_SECONDS = 3600
38
-MAX_TIME_IN_SANDBOX = 20 * 600 # 20 minutes
39
+MAX_TIME_IN_SANDBOX = 20 * 60 # 20 minutes
40
TASK_TIMEOUT = 8 * 60 * 60 # 8 hours
41
42
NO_CHANGES_MSG = "Nothing to run"
0 commit comments