From 44ddaf2d29ffb239be4f67fdc8ef8d5313e88833 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Tue, 25 Jan 2022 15:42:00 -0300 Subject: [PATCH] Increase cloud build timeout to 60 mins (#3398) --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 402a9478..f09a10e0 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -22,4 +22,4 @@ options: machineType: 'N1_HIGHCPU_32' substitution_option: 'ALLOW_LOOSE' -timeout: 1800s # 30 mins +timeout: 3600s # 60 mins