Skip to content

Commit

Permalink
Merge pull request #2421 from mapfish/timeout
Browse files Browse the repository at this point in the history
Reduce the timeout
  • Loading branch information
sbrunner authored May 9, 2022
2 parents 2241720 + 1dfb2a3 commit 0972ba2
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 @@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 40
timeout-minutes: 25
name: Continuous integration
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

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 @@ on:
jobs:
rebuild:
runs-on: ubuntu-20.04
timeout-minutes: 40
timeout-minutes: 25
name: Rebuild

strategy:
Expand Down

0 comments on commit 0972ba2

Please sign in to comment.