From 13315320ce1eb50345e5fcc29d3748501fe826b7 Mon Sep 17 00:00:00 2001 From: Sujay Shankar Date: Tue, 28 May 2024 12:50:11 -0400 Subject: [PATCH] Double timeout limit --- .github/workflows/gollum-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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