File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
outputs :
156
156
matrix : ${{needs.Debs-beta-index.outputs.matrix}}
157
157
if : ${{ needs.Debs-beta-index.outputs.matrix != '[]' && needs.Debs-beta-index.outputs.matrix != '' }}
158
- timeout-minutes : 6
158
+ timeout-minutes : 7
159
159
strategy :
160
160
fail-fast : false
161
161
matrix :
@@ -214,7 +214,7 @@ jobs:
214
214
outputs :
215
215
matrix : ${{needs.Debs-stable-index.outputs.matrix}}
216
216
if : ${{ needs.Debs-stable-index.outputs.matrix != '[]' && needs.Debs-stable-index.outputs.matrix != '' }}
217
- timeout-minutes : 6
217
+ timeout-minutes : 7
218
218
strategy :
219
219
fail-fast : false
220
220
matrix :
@@ -273,7 +273,7 @@ jobs:
273
273
outputs :
274
274
matrix : ${{needs.Images-stable-index.outputs.matrix}}
275
275
if : ${{ needs.Images-stable-index.outputs.matrix != '[]' && needs.Images-stable-index.outputs.matrix != '' }}
276
- timeout-minutes : 6
276
+ timeout-minutes : 7
277
277
strategy :
278
278
fail-fast : false
279
279
matrix :
@@ -333,7 +333,7 @@ jobs:
333
333
outputs :
334
334
matrix : ${{needs.Images-archive-index.outputs.matrix}}
335
335
if : ${{ needs.Images-archive-index.outputs.matrix != '[]' && needs.Images-archive-index.outputs.matrix != '' }}
336
- timeout-minutes : 6
336
+ timeout-minutes : 7
337
337
strategy :
338
338
fail-fast : false
339
339
matrix :
You can’t perform that action at this time.
0 commit comments