Skip to content

Commit

Permalink
Check longer timeout for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jul 11, 2024
1 parent b01e6f9 commit db643e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup test execution environment.
run: pip3 install -r requirements-meta.txt
- name: Run tox tests
run: tox -- --durations=0 --timeout=30
run: tox -- --durations=0 --timeout=300

typecheck:
runs-on: windows-latest
Expand Down

0 comments on commit db643e1

Please sign in to comment.