From 575fbdb93f7230b626d4a2123d2035e289e85de1 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 3 Aug 2022 15:04:10 -0600 Subject: [PATCH] chore: bump cloud build timeout (#94) --- .build/gcs_upload.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/gcs_upload.yaml b/.build/gcs_upload.yaml index 42d7a002d3..6bf698c5eb 100644 --- a/.build/gcs_upload.yaml +++ b/.build/gcs_upload.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -timeout: 900s +timeout: 1800s options: env: - "CGO_ENABLED=0"