We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fc67d commit 4649c04Copy full SHA for 4649c04
.github/workflows/test-suite.yml
@@ -42,4 +42,4 @@ jobs:
42
flake8 openleadr/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
43
- name: Test with pytest
44
run: |
45
- pytest -vv test/
+ pytest -vv -o faulthandler_timeout=5 test/
0 commit comments