Reduce muzzle sporadic failures (#5489)
This commit is contained in:
parent
9360cf19f9
commit
813c661ac8
|
@ -51,5 +51,7 @@ jobs:
|
|||
with:
|
||||
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
|
||||
timeout_minutes: 15
|
||||
max_attempts: 3
|
||||
# give maven central a minute to hopefully recover
|
||||
retry_wait_seconds: 60
|
||||
max_attempts: 5
|
||||
command: ./gradlew ${{ matrix.module }}:muzzle
|
||||
|
|
Loading…
Reference in New Issue