Skip to content

Commit f2aae5e

Browse files
committed
Update
1 parent 32cd6e9 commit f2aae5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3939
- name: Test with pytest
4040
run: |
41-
pytest -v -n auto --timeout 600
41+
pytest -v -n auto --timeout 1200

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ It is possible to export results to CSV file with ```csv_filename```.
2525
For more information, see existing tests.
2626
```pytest -v```
2727
If ```pytest-xdist``` and ```pytest-timeout``` are installed:
28-
```pytest -v -n auto --timeout 600```
28+
```pytest -v -n auto --timeout 1200```

0 commit comments

Comments
 (0)