Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit c3bb34e

Browse files
authored
Merge pull request #1498 from adrianludwin/release-timeout
Increase HNC release timeout to 30m (HNC v0.8 branch)
2 parents 3964a2f + ea7a1cc commit c3bb34e

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)