Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit ea7a1cc

Browse files
committed
Increase HNC release timeout to 30m
Apparently the default limit is 10m and we've now gone over that (we were averaging around 7m, I wonder if GCB now uses a slower machine since little has changed on our side). Anyway, 30m should be enough for the foreseeable future.
1 parent 3964a2f commit ea7a1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incubator/hnc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ endif
370370
@echo "Starting build."
371371
@echo "*********************************************"
372372
@echo "*********************************************"
373-
gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=${HNC_GCB_SUBS}
373+
gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=${HNC_GCB_SUBS} --timeout=30m
374374
@echo "*********************************************"
375375
@echo "*********************************************"
376376
@echo "Pushing ${HNC_IMG} to ${HNC_RELEASE_IMG}"

0 commit comments

Comments
 (0)