From bf72cf52c1dd759b793c6a0496bee26a4e0a9a74 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Wed, 14 Dec 2022 10:57:20 -0500 Subject: [PATCH] increase cloudbuild timeout to 30 minutes until we figure out proper optimizations Signed-off-by: Amir Alavi --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index f11b2275f..2a9ee3878 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config # this must be specified in seconds. If omitted, defaults to 600s (10 mins) -timeout: 1500s +timeout: 1800s # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # or any new substitutions added in the future. options: