From 49f6308962dc4e967dd5a825fafe521a8efa6a19 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 23 Jan 2018 21:17:12 -0500 Subject: [PATCH] Increase timeout for jjb jobs to 60 builder-merge regularly fails with a 30 minute timeout in ODL if the job needs to delete things. This is due to the size of ODL's jjb configuration so let's bump it to 60 to give it more time to complete. Change-Id: I5a8668fc01d76c2b11f9c29de9a984134e19b6f7 Signed-off-by: Thanh Ha --- jjb/releng-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index bf8f32c41..73c5ab5c3 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -4,6 +4,7 @@ jobs: - '{project-name}-ci-jobs': build-node: centos7-builder-2c-2g + build-timeout: 60 - builder-check-poms - builder-copy-sandbox-logs - builder-openstack-cron -- 2.36.6