CI: Increase retry-wait-time and max-retries to try to prevent spurious network CI failures (#4561)

This commit is contained in:
Juraj Sadel 2025-11-26 17:37:03 +01:00 committed by GitHub
parent dde9d4b869
commit 480347ae8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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