Skip to content

Commit

Permalink
adding more retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 12, 2024
1 parent 4917d27 commit 81d821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ jobs:
- name: Run Go tests with retry
uses: nick-fields/retry@v2
with:
max_attempts: 4
max_attempts: 15
timeout_minutes: 60
retry_wait_seconds: 5
command: |
Expand Down

0 comments on commit 81d821f

Please sign in to comment.