Remove pytest timeout
This is literally in the documentation??
This commit is contained in:
parent
292897073a
commit
db90a22efe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
|||
flake8 --max-line-length 120 $(git ls-files '*.py')
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
pytest --timeout=60
|
||||
pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue