From 612a2c89bca5bf8e7d33803bc6125f0dd1c3da26 Mon Sep 17 00:00:00 2001 From: Michael Plump Date: Tue, 26 Nov 2024 17:36:20 -0500 Subject: [PATCH] chore: Increase the timeout on the staging builds. (#142) --- hack/cloudbuild-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/cloudbuild-staging.yaml b/hack/cloudbuild-staging.yaml index 0ff79351..38e9c600 100644 --- a/hack/cloudbuild-staging.yaml +++ b/hack/cloudbuild-staging.yaml @@ -78,4 +78,4 @@ steps: done # amd64 + arm64 builds typically take about 15 minutes -timeout: 1200s +timeout: 1800s