Skip to content

Commit

Permalink
Increase the build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 3, 2023
1 parent 42d47f5 commit 1d8b11f
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 @@ -17,7 +17,7 @@ jobs:
main:
runs-on: ubuntu-22.04
name: Continuous integration
timeout-minutes: 240
timeout-minutes: 270
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 @@ -8,7 +8,7 @@ jobs:
main:
runs-on: ubuntu-22.04
name: Rebuild
timeout-minutes: 240
timeout-minutes: 270

strategy:
fail-fast: false
Expand Down

0 comments on commit 1d8b11f

Please sign in to comment.