Skip to content

Commit

Permalink
Merge pull request #1160 from nstelter-slac/gh_actions_timeout
Browse files Browse the repository at this point in the history
MNT: make gh-actions timeout and fail at 30 mins (instead of 6 hour default)
  • Loading branch information
YektaY authored Jan 16, 2025
2 parents 50029f6 + 92e4484 commit e3fdc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ jobs:
- name: Test with pytest
shell: bash -el {0}
timeout-minutes: 30 # timeout applies to single run of run_tests.py, not all os/python combos
run: |
python run_tests.py

0 comments on commit e3fdc53

Please sign in to comment.