Skip to content

Commit 56db96c

Browse files
committed
actions: increase ci timeout from 90 to 120 minutes
problem: some of the arm builders, especially the gcc-14 ones, run right up to the timeout of 90 minutes when succeeding, giving spurious failures to update all the container manifests solution: increase the timeout to 120 minutes
1 parent 45804fb commit 56db96c

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)