Skip to content

Commit

Permalink
Set timeout for pytest workflow to 1 hour (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman authored Aug 30, 2024
1 parent c263c90 commit 3c8e2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
test:
name: pytest with coverage
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit 3c8e2a6

Please sign in to comment.