Remove pytest timeout

This is literally in the documentation??
This commit is contained in:
Marc Di Luzio 2024-08-10 16:35:00 +01:00
parent 292897073a
commit db90a22efe

View file

@ -23,4 +23,4 @@ jobs:
flake8 --max-line-length 120 $(git ls-files '*.py') flake8 --max-line-length 120 $(git ls-files '*.py')
- name: Run tests with pytest - name: Run tests with pytest
run: | run: |
pytest --timeout=60 pytest