From 3f33bd94ef95f1a13817a10a208e5041d1d64c21 Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Thu, 27 Oct 2022 01:03:25 +0300 Subject: [PATCH] Increase allowed image build timeout Signed-off-by: Feruzjon Muyassarov --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 9b244ae67..876a039ab 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,4 +1,4 @@ -timeout: 1500s +timeout: 2000s steps: - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 entrypoint: scripts/test-infra/push-image.sh