We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd71e8 commit 1373a57Copy full SHA for 1373a57
.github/workflows/python-package.yml
@@ -38,4 +38,4 @@ jobs:
38
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39
- name: Test with pytest
40
run: |
41
- pytest -v -n auto --timeout 9000
+ pytest -v -n auto --timeout 10800
0 commit comments