From 7d577d9761c539cea4c4c68567749c071744cbcf Mon Sep 17 00:00:00 2001 From: KuberDriver <28806564+KuberDriver@users.noreply.github.com> Date: Mon, 6 Sep 2021 18:44:28 +0000 Subject: [PATCH] Update cloudbuild timeout (#7604) * Update to the base nginx image * Revert "Update to the base nginx image" This reverts commit ad43c1d0604ab96d840adc9fb2604e60674119c5. * Updated cloudbuild to increase build timeout value --- images/test-runner/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/test-runner/cloudbuild.yaml b/images/test-runner/cloudbuild.yaml index 3e4d67d06..7258ab384 100644 --- a/images/test-runner/cloudbuild.yaml +++ b/images/test-runner/cloudbuild.yaml @@ -1,4 +1,4 @@ -timeout: 1200s +timeout: 3600s options: substitution_option: ALLOW_LOOSE steps: