From dc2bd188fce0eb4484760ef82137b65f4bcb0e70 Mon Sep 17 00:00:00 2001
From: Amrith Kumar <amrith@tesora.com>
Date: Tue, 17 Mar 2015 13:40:03 -0400
Subject: [PATCH] Increase trove gate job timeout

Increase timeout for trove gate job, gate-trove-functional-dsvm from
95 to 105 minutes and the corresponding devstack timeout to 100
minutes.

New code added for Kilo has increased the time required for some of
the tests and we are falling just under the threshold.

Change-Id: Ic63bb635785719a19deae0d43cae78e39731e3a3
---
 jenkins/jobs/trove.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins/jobs/trove.yaml b/jenkins/jobs/trove.yaml
index 9b6f029057..4888932c74 100644
--- a/jenkins/jobs/trove.yaml
+++ b/jenkins/jobs/trove.yaml
@@ -33,7 +33,7 @@
 
     wrappers:
       - build-timeout:
-          timeout: 95
+          timeout: 105
       - timestamps
 
     builders:
@@ -43,7 +43,7 @@
       - shell: |
           #!/bin/bash -xe
           export PYTHONUNBUFFERED=true
-          export DEVSTACK_GATE_TIMEOUT=90
+          export DEVSTACK_GATE_TIMEOUT=100
           export ENABLED_SERVICES=tempest,s-proxy,s-object,s-container,s-account,trove,tr-api,tr-tmgr,tr-cond
           export PROJECTS="openstack/trove-integration openstack/diskimage-builder openstack/tripleo-image-elements $PROJECTS"