mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-12-29 20:51:10 +00:00
CI: Increase retry-wait-time and max-retries to try to prevent spurious network CI failures (#4561)
This commit is contained in:
parent
dde9d4b869
commit
480347ae8f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user