diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5e6d4ba6b..359793564 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -36,7 +36,7 @@ jobs: test-pytest: name: 'Python ${{ matrix.python-version }}/Cython: ${{ matrix.use-cython }}' runs-on: ubuntu-latest - timeout-minutes: 5 # Maybe we should remove this someday but the PyPy tests are acting strange + timeout-minutes: 10 # Maybe we should remove this someday but the PyPy tests are acting strange strategy: # Complete all jobs even if one fails, allows us to see # for example if a test fails only when Cython is enabled