From d832390410b3417887a34346a1d2cf6a3fb94d3d Mon Sep 17 00:00:00 2001 From: Ben Swartzlander Date: Mon, 30 Jan 2017 16:42:54 -0500 Subject: [PATCH] Increase timeout for manila-test-image-build job The job seems to be timing out with the default of 30 minutes. Try doubling the default to see if that's enough. Locally this build process only takes 25 minutes so I expect 60 to be more than enough. Change-Id: Ibc74e71c730cf2ebb5f279aecc31a2cdc331dd5e --- jenkins/jobs/manila.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jenkins/jobs/manila.yaml b/jenkins/jobs/manila.yaml index a17c1a55c5..a08aca37a3 100644 --- a/jenkins/jobs/manila.yaml +++ b/jenkins/jobs/manila.yaml @@ -332,6 +332,11 @@ name: 'gate-manila-test-image-build' node: 'ubuntu-xenial' + wrappers: + - build-timeout: + timeout: 60 + - timestamps + builders: - link-logs - net-info