diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-05-17 11:51:09 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-05-17 19:16:43 +0000 |
commit | 5224551580e0ef572a0b95b08eb7ceb67b1fe5fc (patch) | |
tree | 9ccc8baf83765a98b0d08a6f996b96075399c3e9 | |
parent | eb8807b84954e41c39ce6c6f413d15c853dcf3a0 (diff) |
Bump JJB Build Timeout to 60 Minutes
Without caching enable or when updating the JJB version all jobs get
reconfigured, which can take upwards of 30 minutes. Setting this to a
higher value should keep the build from being failed while still
running.
Change-Id: Ie2ed11da919ed9114700423591ebfaef94e61c88
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | jjb/releng/releng-ci-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/releng-ci-jobs.yaml b/jjb/releng/releng-ci-jobs.yaml index 4a4e1aaa0..f9a2bc232 100644 --- a/jjb/releng/releng-ci-jobs.yaml +++ b/jjb/releng/releng-ci-jobs.yaml @@ -4,7 +4,7 @@ project: 'releng' project-name: 'releng' - build-timeout: 10 + build-timeout: 60 build-node: 'lf-build1' gerrit-server-name: 'gerrit.opnfv.org' jenkins-ssh-credential: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e' |