Bump muzzle retry delay (#5505)

This commit is contained in:
Trask Stalnaker 2022-03-05 04:08:33 -08:00 committed by GitHub
parent e52752e251
commit 5f2a37e326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
with: with:
# timing out has not been a problem, these jobs typically finish in 2-3 minutes # timing out has not been a problem, these jobs typically finish in 2-3 minutes
timeout_minutes: 15 timeout_minutes: 15
# give maven central a minute to hopefully recover # give maven central some time to hopefully recover
retry_wait_seconds: 60 retry_wait_seconds: 120
max_attempts: 5 max_attempts: 5
command: ./gradlew ${{ matrix.module }}:muzzle command: ./gradlew ${{ matrix.module }}:muzzle