Bump muzzle retry interval (#5562)

This commit is contained in:
Trask Stalnaker 2022-03-14 11:41:33 -07:00 committed by GitHub
parent a3a3e9f869
commit bf4b5a5444
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 some time to hopefully recover # give maven central some time to hopefully recover (120 seconds has not proven to be enough)
retry_wait_seconds: 120 retry_wait_seconds: 300
max_attempts: 5 max_attempts: 5
command: ./gradlew ${{ matrix.module }}:muzzle command: ./gradlew ${{ matrix.module }}:muzzle