diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 10be97a70a..6a8622232b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -69,8 +69,11 @@ jobs: pip install --upgrade pip wheel pip install -e ".[dev]" - name: run tests - timeout-minutes: 20 - run: pytest -nauto --durations 100 --cov --cov-report=xml --cov-report=term -k "${{ matrix.pytest-filter }}" + timeout-minutes: 30 + run: > + pytest -nauto --timeout=300 --durations=100 + --cov --cov-report=xml --cov-report=term + -k "${{ matrix.pytest-filter }}" - name: upload coverage report uses: codecov/codecov-action@v3 with: