From ae09280623dc041f72f868e3a8a55c3ffe242cef Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 2 Jan 2013 13:07:10 -0500 Subject: [PATCH] update tempest gate to 120 minutes new tests have been coming in fast enough that a full gate can now exceed 90 minutes if things are slow in ci. Up to 120 to prevent errant fails. Change-Id: I83697e35ce0b14e0805362d1e7f9fe2aa87f46e9 Reviewed-on: https://review.openstack.org/18823 Reviewed-by: James E. Blair Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d37d876c1..371218c28a 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 @@ -4,7 +4,7 @@ wrappers: - timeout: - timeout: 90 + timeout: 120 fail: true - timestamps