From 20fc53a4892136935404df56053c4ebe8b52906d Mon Sep 17 00:00:00 2001
From: Derek Higgins <derekh@redhat.com>
Date: Mon, 17 Feb 2014 09:56:23 +0000
Subject: [PATCH] Increase the timeout for check-tripleo-overcloud

The current timeout, is pretty much the same as the length of time the
test takes, increasing it by 20 minutes ensures we don't timeout jobs
just before they they are about to pass. There is a separate effort
being kicked off to reduce the time it takes this test to run once
successful we can reduce this timeout to something shorter.

Change-Id: Id44c791ca7acf6086299c20074cdd649afa863a9
---
 .../files/jenkins_job_builder/config/tripleo.yaml             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml
index 0d96801a66..8f073c4937 100644
--- a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml
+++ b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml
@@ -82,7 +82,7 @@
 
     wrappers:
       - timeout:
-          timeout: 125
+          timeout: 145
           fail: true
       - timestamps
 
@@ -91,7 +91,7 @@
       - shell: |
           #!/bin/bash -xe
           export PYTHONUNBUFFERED=true
-          export DEVSTACK_GATE_TIMEOUT=120
+          export DEVSTACK_GATE_TIMEOUT=140
           export DEVSTACK_GATE_TEMPEST=0
           export DEVSTACK_GATE_EXERCISES=0
           export GEARDSERVER=192.168.1.48