From 5d692635b7fdc7373dd9f5d33a196914bde73c5a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 13 Dec 2018 09:26:46 +0100 Subject: [PATCH] Increase bgpcep-sonar timeout The build has been failing for 5 months, making it clear 60 minutes is not enough. Bump timeout to 120 minutes. Change-Id: If263acef0301d7d669f2a7a55b078c3b8ce785b2 Signed-off-by: Robert Varga --- jjb/bgpcep/bgpcep.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/bgpcep/bgpcep.yaml b/jjb/bgpcep/bgpcep.yaml index aa10d9a1e..f2479e44c 100644 --- a/jjb/bgpcep/bgpcep.yaml +++ b/jjb/bgpcep/bgpcep.yaml @@ -95,6 +95,7 @@ project: 'bgpcep' project-name: 'bgpcep' build-node: centos7-builder-8c-8g + build-timeout: 120 branch: 'master' mvn-settings: 'bgpcep-settings' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' -- 2.36.6