Skip to content

Commit

Permalink
Increse the workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 9, 2022
1 parent c426643 commit 75d9f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
main:
runs-on: ubuntu-20.04
name: Continuous integration
timeout-minutes: 150
timeout-minutes: 180
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
main:
runs-on: ubuntu-20.04
name: Rebuild
timeout-minutes: 150
timeout-minutes: 180

strategy:
fail-fast: false
Expand Down

0 comments on commit 75d9f6c

Please sign in to comment.