From 404f7675773de8247ce74a2c756a9355cfa132dc Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 22 Oct 2013 19:04:18 -0400 Subject: [PATCH] boost the devstack jobs to timeout at 90 minutes rax nodes are slow at the moment, and have been killing off jobs because they are taking too long to run. Unfortunately because of the way that jenkins kills them off, we have no idea what's really going on. Up the timeout to 90 minutes in the hopes of figuring this out. Fixes-Bug: 1243449 Change-Id: I83429a95c0587eae6c56dbf2863b41e815d82a4d --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index f2c9611d00..d3528fda20 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -55,7 +55,7 @@ wrappers: - timeout: - timeout: 60 + timeout: 90 fail: true - timestamps @@ -937,7 +937,7 @@ wrappers: - timeout: - timeout: 60 + timeout: 90 fail: true - timestamps