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] 78f1137805

Change-Id: I515786a2e8b7cf8d17b5ee970b13a68f565965ea
This commit is contained in:
Mehdi Abaakouk 2016-11-30 08:54:24 +01:00
parent 626c27def5
commit 1d09ac9077

View File

@ -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_*