From f769296243e16a0aefcd1b309f7f476be9ef66c6 Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Tue, 31 May 2022 18:51:53 +0000 Subject: [PATCH] Increase cloudbuild timeout to 25 minutes --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index afdd615fc..0b9c2ddff 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: 1200s +timeout: 1500s # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # or any new substitutions added in the future. options: