Skip to content

Commit 4649c04

Browse files
authored
Update test-suite.yml - troubleshoot pytest hang
Signed-off-by: AXM Software <[email protected]>
1 parent 68fc67d commit 4649c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
flake8 openleadr/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4343
- name: Test with pytest
4444
run: |
45-
pytest -vv test/
45+
pytest -vv -o faulthandler_timeout=5 test/

0 commit comments

Comments
 (0)