From 5f2a37e32681ca94f0c25b55389832202c6f3ceb Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 5 Mar 2022 04:08:33 -0800 Subject: [PATCH] Bump muzzle retry delay (#5505) --- .github/workflows/muzzle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/muzzle.yml b/.github/workflows/muzzle.yml index 5e29b6bdca..46e25fc41d 100644 --- a/.github/workflows/muzzle.yml +++ b/.github/workflows/muzzle.yml @@ -50,7 +50,7 @@ jobs: with: # timing out has not been a problem, these jobs typically finish in 2-3 minutes timeout_minutes: 15 - # give maven central a minute to hopefully recover - retry_wait_seconds: 60 + # give maven central some time to hopefully recover + retry_wait_seconds: 120 max_attempts: 5 command: ./gradlew ${{ matrix.module }}:muzzle