Skip to content

Commit

Permalink
Increase Linux GitHub actions timout to 20mins
Browse files Browse the repository at this point in the history
Python 3.13 was hitting the 15min limit with coverage
  • Loading branch information
peterjc authored Jan 6, 2025
1 parent 47e9170 commit 1659653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

# Linux is where the thorough tests run. Install all dependencies and run all (offline) tests.
test_linux:
timeout-minutes: 15
timeout-minutes: 20
needs: [style, build, build_wheels, linux_prep]
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 1659653

Please sign in to comment.