From cb4a84366c527090137d57d04f61f0d58f56982f Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 10 Jan 2014 22:49:17 +0000 Subject: [PATCH] Increase gate tempest-dsvm-postgres-full timeout * .../devstack-gate.yaml(gate-tempest-dsvm-postgres-full): Increase the timeout from 65 outer/60 inner to 95 outer/90 inner to accommodate increase in the job's runtime. The tempest devs are working to reign in the long runtime on this and other jobs, but in the meantime we're hitting the timeout frequently and need some short-term relief. Change-Id: I40eb88f2b8f75e7c01f81cb3ab504c39941f9f60 --- .../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 56fbbec96b..678e6ee944 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 @@ -545,7 +545,7 @@ wrappers: - timeout: - timeout: 65 + timeout: 95 fail: true - timestamps @@ -554,7 +554,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=60 + export DEVSTACK_GATE_TIMEOUT=90 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export DEVSTACK_GATE_POSTGRES=1