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

Commit 81ac3c5

Browse files
authored
Merge pull request #1499 from adrianludwin/release-timeout
Increase HNC release timeout to 30m (master branch)
2 parents 3964a2f + ea7a1cc commit 81ac3c5

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)