diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 625ae31..c96f8c6 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -34,7 +34,7 @@ jobs: - name: Run pytest run: | pytest -n auto --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml - timeout-minutes: 90 # Set the timeout to 1.5 hours for this step + timeout-minutes: 300 # Set the timeout to 1.5 hours for this step - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3