From 1361112047adcc7baae6b8de80b136a52c6045be Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 28 Jul 2017 12:45:26 +1000 Subject: [PATCH] Increase build timeout for devstack and jbuilder Newton takes longer than 60 mins to build, which fails the packer jobs. The java-builder is very close to the 45 minutes limit so bump it to 60. Change-Id: I9c19add622743faabc864c4f53c2a49b03941312 Signed-off-by: Anil Belur --- jjb/releng-jobs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 887fd7bb4..bf52f06ec 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -41,12 +41,13 @@ templates: - devstack - devstack-pre-pip-newton: - build-timeout: 60 + build-timeout: 75 - devstack-pre-pip-ocata: build-timeout: 60 - docker - gbp - - java-builder + - java-builder: + build-timeout: 60 - mininet - mininet-ovs-2.5 - robot -- 2.36.6