diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index deda6c0c0f..f8a8d0a23a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -783,7 +783,7 @@ jobs: if: steps.eks-ec2-integration-test.outputs.cache-hit != 'true' uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 1 timeout_minutes: 60 # EKS takes about 20 minutes to spin up a cluster and service on the cluster retry_wait_seconds: 5 command: |