From dab0f3cd53101fcdb02e5d7dfb2e14391250a83b Mon Sep 17 00:00:00 2001 From: Paramadon Date: Wed, 12 Jun 2024 13:14:53 -0400 Subject: [PATCH] adding go test retry instead of retrying all of terraform --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6dadf18970..e1dd42d779 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1421,7 +1421,7 @@ jobs: - name: Run Go tests with retry uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 4 timeout_minutes: 60 retry_wait_seconds: 5 command: |