From 8a9bb9b1071a7c9e0bfd515255c44ff3ce1b2da9 Mon Sep 17 00:00:00 2001 From: Ilya Yatsishin <2159081+qoega@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:56:24 +0100 Subject: [PATCH] No more retries in integration tests --- tests/integration/ci-runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ci-runner.py b/tests/integration/ci-runner.py index e640b3a1463..1c525923f9b 100755 --- a/tests/integration/ci-runner.py +++ b/tests/integration/ci-runner.py @@ -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