Skip to content

Commit

Permalink
ci: added job timeouts for the tests as on Python 3.12 and 3.13 they …
Browse files Browse the repository at this point in the history
…seem to just hang for an hour or more sometimes
  • Loading branch information
lethalbit committed May 12, 2024
1 parent 3638445 commit e831a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Run Tests
shell: bash
timeout-minutes: 30 # Python 3.12 and 3.13 seem to just hang on testing ~sometimes~
run: |
nox -s test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Run Tests
shell: bash
timeout-minutes: 30 # Python 3.12 and 3.13 seem to just hang on testing ~sometimes~
run: |
nox -s test -- --coverage
Expand Down

0 comments on commit e831a0a

Please sign in to comment.