From 6f0ef883da27031e5ec616f88afe61155b1c750e Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Wed, 21 Dec 2022 15:05:48 +0000 Subject: [PATCH] Increase cloud build timeout to 1 hour --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 2a9ee3878..c5aa7e036 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: 1800s +timeout: 3600s # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # or any new substitutions added in the future. options: