From f2ef99803b9c114fdd047e3100be2183241968c4 Mon Sep 17 00:00:00 2001 From: Michael Plump Date: Tue, 26 Nov 2024 15:50:11 -0500 Subject: [PATCH] chore: Increase the timeout on the staging builds. --- 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