From ce4deb51aa4df07dccfa9a3caf194f861cc1751e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 11 Mar 2020 10:34:20 -0700 Subject: [PATCH] Add 120 build timeout to helm jobs Helm jobs often terminate due to timeout. Increasing from 90 to 120 Change-Id: I4c051e9aa5e2f802ce0a80091721cdb9677568e0 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- jjb/global-templates-helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 3d0f170b6..a147e1a51 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -20,6 +20,7 @@ submodule-disable: false submodule-recursive: true submodule-timeout: 10 + build-timeout: 120 ##################### # Job Configuration # -- 2.16.6