Skip to content

Commit 06768cc

Browse files
authored
Extend timeout on repo checking +1 minute
1 parent a5d15c9 commit 06768cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-redirector-config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
outputs:
156156
matrix: ${{needs.Debs-beta-index.outputs.matrix}}
157157
if: ${{ needs.Debs-beta-index.outputs.matrix != '[]' && needs.Debs-beta-index.outputs.matrix != '' }}
158-
timeout-minutes: 6
158+
timeout-minutes: 7
159159
strategy:
160160
fail-fast: false
161161
matrix:
@@ -214,7 +214,7 @@ jobs:
214214
outputs:
215215
matrix: ${{needs.Debs-stable-index.outputs.matrix}}
216216
if: ${{ needs.Debs-stable-index.outputs.matrix != '[]' && needs.Debs-stable-index.outputs.matrix != '' }}
217-
timeout-minutes: 6
217+
timeout-minutes: 7
218218
strategy:
219219
fail-fast: false
220220
matrix:
@@ -273,7 +273,7 @@ jobs:
273273
outputs:
274274
matrix: ${{needs.Images-stable-index.outputs.matrix}}
275275
if: ${{ needs.Images-stable-index.outputs.matrix != '[]' && needs.Images-stable-index.outputs.matrix != '' }}
276-
timeout-minutes: 6
276+
timeout-minutes: 7
277277
strategy:
278278
fail-fast: false
279279
matrix:
@@ -333,7 +333,7 @@ jobs:
333333
outputs:
334334
matrix: ${{needs.Images-archive-index.outputs.matrix}}
335335
if: ${{ needs.Images-archive-index.outputs.matrix != '[]' && needs.Images-archive-index.outputs.matrix != '' }}
336-
timeout-minutes: 6
336+
timeout-minutes: 7
337337
strategy:
338338
fail-fast: false
339339
matrix:

0 commit comments

Comments
 (0)