From d7b7794f276b6c5fd39c070ade52b1853565785e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 11 Aug 2021 17:08:14 +0200 Subject: [PATCH] Increase mdsal-release-merge build timeout release-merge job now seems to be correctly waiting for repo promotion, hence the default 15 minutes do not suffice. Bump to 2 hours as a first cut. Change-Id: I45b9afefab4bc2ca2d257d55e454893cda0c4d75 Signed-off-by: Robert Varga --- jjb/mdsal/mdsal.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index f7d327cae..d3f638763 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -105,6 +105,9 @@ build-node: centos7-builder-2c-1g mvn-settings: mdsal-settings + # Needs to be rather long until we sort out the performance of + # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/ + build-timeout: 120 - project: name: mdsal-sonar -- 2.36.6