Skip to content

Commit

Permalink
Set explicit timeout of 10m for all GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Aug 15, 2024
1 parent d02c100 commit a35c48d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ jobs:
optionalFilePaths: |
.meta/coverage/badge.svg
.meta/coverage/report.txt
timeout-minutes: 10
2 changes: 2 additions & 0 deletions .github/workflows/other-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ jobs:
source venv/bin/activate
make test-with-coverage
python -m build
timeout-minutes: 10
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ jobs:
--title "$RELEASE_NAME" \
--verify-tag \
"$RELEASE_NAME"
timeout-minutes: 10

0 comments on commit a35c48d

Please sign in to comment.