Skip to content

Commit

Permalink
Update python-package.yml to extend job timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Jun 26, 2023
1 parent 96e7b0c commit 515272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 515272a

Please sign in to comment.