From 2bccee3cb5506fb4bddb3ec85942acb086f44021 Mon Sep 17 00:00:00 2001 From: Omar Jarjur Date: Fri, 17 Aug 2018 15:41:04 -0700 Subject: [PATCH] Increase our automated build timeout to 3 hours (#2061) Our automated Cloud Builds run multiple long-running integration tests in both Python 2 and Python 3 environments. As such, they've started taking longer than the previous timeout of 2 hours. --- tools/release/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release/cloudbuild.yaml b/tools/release/cloudbuild.yaml index f1bf27215..4f0c2ab68 100644 --- a/tools/release/cloudbuild.yaml +++ b/tools/release/cloudbuild.yaml @@ -187,4 +187,4 @@ images: - 'gcr.io/${PROJECT_ID}/datalab-preview' - 'gcr.io/${PROJECT_ID}/datalab-gpu-preview' -timeout: '7200s' +timeout: '10600s'