From 1d09ac90776c87de999b8820e49fe1b87985db00 Mon Sep 17 00:00:00 2001
From: Mehdi Abaakouk <sileht@redhat.com>
Date: Wed, 30 Nov 2016 08:54:24 +0100
Subject: [PATCH] Remove small job timeout

During the tox refactoring for the constraint stuffs [1], we pass
all target timeout from 60s to 30s, making functional tests to fail.

This change just restore the default, even the py27 job doesn't need
such small timeout.

[1] 78f113780510b741bc974c69eb9b0718cd657c1d

Change-Id: I515786a2e8b7cf8d17b5ee970b13a68f565965ea
---
 tox.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 78a92a7c1..5f60b2eb7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist = py35,py34,py27,pep8,bandit
 [testenv]
 setenv =
     VIRTUAL_ENV={envdir}
-    OS_TEST_TIMEOUT=30
     BRANCH_NAME=master
     CLIENT_NAME=oslo.messaging
 passenv = OS_*