From bf4b5a5444e257642c0a430cc148f1fc4314f359 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 14 Mar 2022 11:41:33 -0700 Subject: [PATCH] Bump muzzle retry interval (#5562) --- .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 eb27693198..e845a73c23 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 some time to hopefully recover - retry_wait_seconds: 120 + # give maven central some time to hopefully recover (120 seconds has not proven to be enough) + retry_wait_seconds: 300 max_attempts: 5 command: ./gradlew ${{ matrix.module }}:muzzle