Skip to content

Commit

Permalink
downgrade retry action for gpu tests (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 committed May 23, 2024
1 parent 8db318b commit defd79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Run GPU Unit Tests
continue-on-error: false
uses: nick-fields/retry@v3
uses: nick-fields/retry@2.9.0
with:
max_attempts: 5
timeout_minutes: 25
Expand Down

0 comments on commit defd79a

Please sign in to comment.