Skip to content

Commit

Permalink
Change timeout for test_service to 3min. It used to barely pass at 2m…
Browse files Browse the repository at this point in the history
…in and easily timed out.
  • Loading branch information
PProfizi committed Jan 20, 2025
1 parent 7c48291 commit 2df6433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
- name: "Test API test_service"
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
timeout_minutes: 3
max_attempts: 2
shell: bash
command: |
Expand Down

0 comments on commit 2df6433

Please sign in to comment.