diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eff1511..c6a4ac6 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,4 +23,4 @@ jobs: flake8 --max-line-length 120 $(git ls-files '*.py') - name: Run tests with pytest run: | - pytest --timeout=60 + pytest