diff --git a/.github/workflows/gollum-tests.yml b/.github/workflows/gollum-tests.yml index 3dae5bb..90a5c6a 100644 --- a/.github/workflows/gollum-tests.yml +++ b/.github/workflows/gollum-tests.yml @@ -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