From 87c7cc9554a476fa0fde8fefffc5beb40516dad6 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Sun, 11 Aug 2024 09:59:51 +0200 Subject: [PATCH] Cloud Build: Tweak timeouts. --- images/opentelemetry/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/opentelemetry/cloudbuild.yaml b/images/opentelemetry/cloudbuild.yaml index 98281d8ef0..df86d37e7f 100644 --- a/images/opentelemetry/cloudbuild.yaml +++ b/images/opentelemetry/cloudbuild.yaml @@ -11,4 +11,4 @@ steps: args: - -c - gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push -timeout: 3600s +timeout: 1800s