Skip to content

Commit

Permalink
Set timeout for pytest workflow to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Aug 30, 2024
1 parent c263c90 commit e3ca5c9
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 e3ca5c9

Please sign in to comment.