From 2d2ad17927d16a68abaf8c9aaea3d4cedcd146b9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 19 Aug 2021 21:54:59 +0200 Subject: [PATCH] Increase job timeout for yangtools-release-merge This job is now waiting for nexus promotion, which does not complete in 15 minutes. Bump the timeout to 90 minutes to be on the safer side. Change-Id: Id2189d43c3414329cbd65a936fb60e0444ff0d50 Signed-off-by: Robert Varga --- jjb/yangtools/yangtools.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/yangtools/yangtools.yaml b/jjb/yangtools/yangtools.yaml index 6b3aa703f..b4d5a5d61 100644 --- a/jjb/yangtools/yangtools.yaml +++ b/jjb/yangtools/yangtools.yaml @@ -93,6 +93,9 @@ build-node: centos7-builder-2c-1g mvn-settings: yangtools-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: 90 - project: name: yangtools-sonar -- 2.36.6