Skip to content

Commit

Permalink
Fix missing test timeout in CI (#360)
Browse files Browse the repository at this point in the history
There are a few jobs built up because of a deadlock and
pytest-timeout was not effective because it was not enabled
  • Loading branch information
bdraco authored Feb 12, 2025
1 parent 0d8a98c commit 2fc09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
python3 -m pip install -e .[test]
- name: Test with Pytest
run: pytest --cov=snitun --cov-report=xml
run: pytest --cov=snitun --cov-report=xml --timeout=10
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit 2fc09f4

Please sign in to comment.