Skip to content

Commit 037048f

Browse files
authored
Merge pull request #692 from traylenator/timeout
Introduce default job length of 40 minutes
2 parents d7682d8 + 5f84a6d commit 037048f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config_defaults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
beaker_fact_matrix: {}
55
excludes: []
66
pidfile_workaround: false
7+
timeout_minutes: 40
78
.travis.yml:
89
delete: true
910
Gemfile:

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
setup_matrix:
77
name: 'Setup Test Matrix'
88
runs-on: ubuntu-latest
9+
timeout-minutes: <%= @configs['timeout_minutes'] %>
910
outputs:
1011
beaker_setfiles: ${{ steps.get-outputs.outputs.beaker_setfiles }}
1112
puppet_major_versions: ${{ steps.get-outputs.outputs.puppet_major_versions }}
@@ -30,6 +31,7 @@ jobs:
3031
unit:
3132
needs: setup_matrix
3233
runs-on: ubuntu-latest
34+
timeout-minutes: <%= @configs['timeout_minutes'] %>
3335
strategy:
3436
fail-fast: false
3537
matrix:

0 commit comments

Comments
 (0)