From 10e255b9ed6c9ebb6d3a7c629e12df052096f7a1 Mon Sep 17 00:00:00 2001 From: Baptiste Guerin <38328426+BaptistG@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:51:58 +0100 Subject: [PATCH] chore: increase timeout (#41) --- scripts/templates/cloudrun.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/cloudrun.yaml b/scripts/templates/cloudrun.yaml index 4a5ce19..2db4924 100644 --- a/scripts/templates/cloudrun.yaml +++ b/scripts/templates/cloudrun.yaml @@ -86,7 +86,7 @@ spec: port: '5002' timeoutSeconds: 240 serviceAccountName: CHANGE_ME # spec.template.spec.serviceAccountName - timeoutSeconds: '600' + timeoutSeconds: '1500' traffic: - latestRevision: true percent: 100