Merge pull request #44851 from qoega/green-ci-3

No more retries in integration tests
This commit is contained in:
Alexey Milovidov 2023-01-03 19:40:34 +03:00 committed by GitHub
commit a06d03e097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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