Skip to content

Commit

Permalink
Increase rebuild timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 29, 2023
1 parent 14b7e0d commit 69fd360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-qgis-2-6.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: QGIS rebuild 2.6
timeout-minutes: 10
timeout-minutes: 20

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-qgis-2-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
main:
runs-on: ubuntu-20.04
name: QGIS rebuild 2.7
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-qgis-2.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
main:
runs-on: ubuntu-20.04
name: QGIS rebuild 2.8
timeout-minutes: 40
timeout-minutes: 50

strategy:
fail-fast: false
Expand Down

0 comments on commit 69fd360

Please sign in to comment.