Skip to content

Commit 441a0df

Browse files
authored
Merge pull request #6181 from trws/increase-timeout
actions: increase ci timeout from 90 to 120 minutes
2 parents 45804fb + 56db96c commit 441a0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
DOCKER_USERNAME: travisflux
142142
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_TRAVISFLUX_TOKEN }}
143143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144-
timeout-minutes: 90
144+
timeout-minutes: 120
145145
strategy:
146146
matrix: ${{fromJson(needs.generate-matrix.outputs.matrix)}}
147147
fail-fast: false

0 commit comments

Comments
 (0)