From 2cbb885118aa74d549f1852960a92ea3c6dd47ae Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Wed, 31 Jan 2018 09:23:49 -0800 Subject: [PATCH] Add build timeout for controller Change-Id: Id849c281cd9c2f71e8d47657fd360a4807df68bf Signed-off-by: Luis Gomez --- jjb/controller/controller.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/controller/controller.yaml b/jjb/controller/controller.yaml index 78631d214..f30770715 100644 --- a/jjb/controller/controller.yaml +++ b/jjb/controller/controller.yaml @@ -46,6 +46,7 @@ mvn-settings: 'controller-settings' mvn-goals: 'clean install -Pintegrationtests,docs' mvn-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + build-timeout: 90 dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},aaa-merge-{stream}' email-upstream: '[controller] [odlparent] [yangtools] [aaa]' archive-artifacts: '' @@ -73,6 +74,7 @@ mvn-settings: 'controller-settings' mvn-goals: 'clean install -Pintegrationtests,docs' mvn-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + build-timeout: 90 dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},aaa-merge-{stream}' email-upstream: '[controller] [odlparent] [yangtools] [aaa]' archive-artifacts: '' -- 2.36.6