From 8a855d57fefdaca79236fb8ee06bdba1bcce72c4 Mon Sep 17 00:00:00 2001 From: Piotr Kozimor Date: Tue, 2 Aug 2022 16:11:46 +0200 Subject: [PATCH] Increase build timeout to 6 minutes --- .cloudbuild/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cloudbuild/dev.yaml b/.cloudbuild/dev.yaml index 2fe246b14..de6148b38 100644 --- a/.cloudbuild/dev.yaml +++ b/.cloudbuild/dev.yaml @@ -9,4 +9,4 @@ steps: - CLOUDSDK_CONTAINER_CLUSTER=synapse images: - gcr.io/$PROJECT_ID/dendrite-monolith:$COMMIT_SHA -timeout: 300s +timeout: 360s