We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cd6e9 commit f2aae5eCopy full SHA for f2aae5e
.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 600
+ pytest -v -n auto --timeout 1200
README.md
@@ -25,4 +25,4 @@ It is possible to export results to CSV file with ```csv_filename```.
25
For more information, see existing tests.
26
```pytest -v```
27
If ```pytest-xdist``` and ```pytest-timeout``` are installed:
28
-```pytest -v -n auto --timeout 600```
+```pytest -v -n auto --timeout 1200```
0 commit comments