Skip to content

Commit

Permalink
Increase timeout for 'tests' and 'parallel tests' CI workflows
Browse files Browse the repository at this point in the history
Several new tests have been added since the timeouts were set, so this
seems reasonable.
  • Loading branch information
johnomotani committed Feb 6, 2025
1 parent b3aee42 commit bfcb151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
test-ubuntu:
runs-on: ubuntu-latest
timeout-minutes: 180
timeout-minutes: 210

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 50
timeout-minutes: 60

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bfcb151

Please sign in to comment.