Skip to content

Commit

Permalink
chore(.github/workflows/ci.yml): increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Sep 28, 2023
1 parent 687c82c commit b166246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
linux:
name: Linux
runs-on: ubuntu-latest-m
timeout-minutes: 9
timeout-minutes: 10
needs: lint

steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
mac:
name: macOS
runs-on: macOS-13
timeout-minutes: 9
timeout-minutes: 15
needs: lint

steps:
Expand Down

0 comments on commit b166246

Please sign in to comment.