From a3b90584a1ee1ccb82f9517b53231218a53f1b44 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Tue, 7 Jan 2020 21:31:47 -0800 Subject: [PATCH] Image Promoter: Bump timeout limit 50 minutes are not enough for building all the conformance images. Bumps the timeout limit to 90 minutes. --- test/images/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/cloudbuild.yaml b/test/images/cloudbuild.yaml index e0237a47ff4..29be75e48bc 100644 --- a/test/images/cloudbuild.yaml +++ b/test/images/cloudbuild.yaml @@ -2,7 +2,7 @@ # this must be specified in seconds. If omitted, defaults to 600s (10 mins) # the timeout was increased because some images might take longer to build (e.g.: sample-apiserver, pets/redis-installer) -timeout: 3000s +timeout: 5400s # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # or any new substitutions added in the future. options: