From 9c51d2f16fe9d83c24e9a6089ece85e081d852ac Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 9 Jan 2019 09:38:16 -0800 Subject: [PATCH] infra: Increase build timeout. Signed-off-by: Tim 'mithro' Ansell --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 6bb48418..6844f869 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -14,7 +14,7 @@ steps: options: disk_size_gb: 1000 machine_type: N1_HIGHCPU_32 -timeout: '21600s' +timeout: '24h0m0s' substitutions: _GCR_ZONE: 'gcr.io' _IMAGE_NAME: 'prjxray-db'