From 40e24331a87dfa07a0e5a7916187cbe8989e71f5 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 29 Nov 2018 17:04:55 +0100 Subject: [PATCH] Increase netconf-sonar timeout to 90 minutes Infra is unpredictable and the jobs are missing the 60 minute deadline just one bundle, one feature and couple of poms. Increase the deadline to 90 minutes, hopefully completing in that time. Change-Id: I2151899cfa7cd6088dcf537efc5ecdf20a903323 Signed-off-by: Robert Varga --- jjb/netconf/netconf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 4b21266fc..e3f6be7f6 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -87,6 +87,7 @@ mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + build-timeout: 90 - project: name: netconf-view -- 2.36.6