Skip to content

Commit

Permalink
Increase timeout for 'tests' CI job
Browse files Browse the repository at this point in the history
As more tests have been added, we sometimes hit the timeout, so increase
it.
  • Loading branch information
johnomotani committed Jan 30, 2025
1 parent 91ee8d2 commit 09fa10b
Showing 1 changed file with 1 addition and 1 deletion.
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 09fa10b

Please sign in to comment.