Skip to content

Commit

Permalink
build: put a time limit on the Python nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat authored and hugovk committed Feb 24, 2024
1 parent 244a98a commit 4c5581f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 39,9 @@ jobs:
# https://github.com/deadsnakes/issues/issues/234
# bionic: 18, focal: 20, jammy: 22
runs-on: ubuntu-20.04
# If it doesn't finish in an hour, it's not going to. Don't spin for six
# hours needlessly.
timeout-minutes: 60

strategy:
matrix:
Expand Down

0 comments on commit 4c5581f

Please sign in to comment.