Skip to content

Commit

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

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

strategy:
fail-fast: false
Expand Down

0 comments on commit 0ed19a3

Please sign in to comment.