From 480347ae8fe7bc912a5cff902a50efce0a09df90 Mon Sep 17 00:00:00 2001 From: Juraj Sadel Date: Wed, 26 Nov 2025 17:37:03 +0100 Subject: [PATCH] CI: Increase retry-wait-time and max-retries to try to prevent spurious network CI failures (#4561) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcf5d4a6..566b9b677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,6 +263,8 @@ jobs: --format detailed --timeout 7 --max-concurrency 6 + --retry-wait-time 3 + --max-retries 6 --accept "200,301,302" --exclude-path ".*/target/.*|.*/static\.files/.*|.*/docs/.*" --remap "https://github.com/${{ github.repository }}/(?:blob|tree)/[^/]+/(.+) file://$GITHUB_WORKSPACE/\$1"