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 committed Feb 23, 2024
1 parent a1d8d29 commit 4e34571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-nightly.yml
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 4e34571

Please sign in to comment.