From ee329c65d02bdbf655dd7de3042f153b0f3c4add Mon Sep 17 00:00:00 2001 From: Adrian Manikowski Date: Tue, 9 Jul 2024 11:14:37 +0000 Subject: [PATCH] Cloudbuild - Increase timeout to 2700s --- cloudbuild-vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild-vm.yaml b/cloudbuild-vm.yaml index 6397f20dee..2419bd0949 100644 --- a/cloudbuild-vm.yaml +++ b/cloudbuild-vm.yaml @@ -17,7 +17,7 @@ # _LOGS_BUCKET - # _SOLUTION_NAME - -timeout: 1800s # 30m +timeout: 2700s # 45m options: workerPool: projects/${PROJECT_ID}/locations/us-central1/workerPools/gcb-workers-pool-e2 steps: