Skip to content

Commit 6926d55

Browse files
committed
DEV: bump timeout for non-scheduled builds
The most recent build timed out at 30 minutes. Bump timeout temporarily to get a gauge on how long self-hosted builds take (push to Dockerhub looks to be slower than Github-hosted runners).
1 parent e72554e commit 6926d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
arch: [amd64, arm64]
36-
timeout-minutes: ${{ (github.event_name == 'schedule' && 90) || ((matrix.arch == 'arm64' && 45) || 30) }}
36+
timeout-minutes: ${{ (github.event_name == 'schedule' && 90) || 45 }}
3737
needs: timestamp
3838
env:
3939
TIMESTAMP: ${{ needs.timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)