Skip to content

Commit

Permalink
Make timeout consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke authored May 13, 2024
1 parent 16f35ea commit 668413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run unit tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
timeout_minutes: 10
max_attempts: 3
command: tox -e unit

Expand Down

0 comments on commit 668413d

Please sign in to comment.