Skip to content

Commit

Permalink
Increase CI timeout for 'test' workflow
Browse files Browse the repository at this point in the history
Extra tests added mean the CI was timing out frequently.
  • Loading branch information
johnomotani committed Sep 25, 2023
1 parent 178178a commit 3018b2b
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 @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 30
timeout-minutes: 40

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

0 comments on commit 3018b2b

Please sign in to comment.