mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #44851 from qoega/green-ci-3
No more retries in integration tests
This commit is contained in:
commit
a06d03e097
@ -13,7 +13,7 @@ import time
|
||||
import zlib # for crc32
|
||||
|
||||
|
||||
MAX_RETRY = 3
|
||||
MAX_RETRY = 1
|
||||
NUM_WORKERS = 5
|
||||
SLEEP_BETWEEN_RETRIES = 5
|
||||
PARALLEL_GROUP_SIZE = 100
|
||||
|
Loading…
Reference in New Issue
Block a user