Skip to content

Commit

Permalink
Double timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 28, 2024
1 parent 25543f9 commit 1331532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gollum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Test Precomputed
uses: nick-fields/retry@v3
with:
timeout_seconds: 60
max_attempts: 10
timeout_minutes: 2
max_attempts: 5
retry_on: error
warning_on_retry: false
command: pytest tests/test_precomputed.py

0 comments on commit 1331532

Please sign in to comment.