From e90192298b5e4336bbf88e5a8dc0746029a22138 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sun, 23 Feb 2014 16:21:06 -0500 Subject: [PATCH] set grenade timeout buffer to 10 minutes grenade needs a bigger timeout buffer between the outer and inner timeouts, because it has to do setup_workspace twice. Saw a failure in the gate because we took 9 minutes before starting grenade script and later had a timeout. Change-Id: Ibf4ff531b47b63fc3d982f82a1dad1997fc3680c --- .../jenkins_job_builder/config/devstack-gate.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 738ac230a3..3e0b242ec1 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 @@ -700,7 +700,7 @@ wrappers: - timeout: - timeout: 125 + timeout: 130 fail: true - timestamps @@ -727,7 +727,7 @@ wrappers: - timeout: - timeout: 125 + timeout: 130 fail: true - timestamps @@ -755,7 +755,7 @@ wrappers: - timeout: - timeout: 125 + timeout: 130 fail: true - timestamps @@ -783,7 +783,7 @@ wrappers: - timeout: - timeout: 125 + timeout: 130 fail: true - timestamps @@ -812,7 +812,7 @@ wrappers: - timeout: - timeout: 125 + timeout: 130 fail: true - timestamps