Skip to content

Commit 95d73f0

Browse files
authored
Update test-suite.yml added pytest --timeout 30
Signed-off-by: AXM Software <[email protected]>
1 parent 4649c04 commit 95d73f0

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 -o faulthandler_timeout=5 test/
45+
pytest -vv --timeout 30 -o faulthandler_timeout=5 test/

0 commit comments

Comments
 (0)