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
This commit is contained in:
parent
626c27def5
commit
1d09ac9077
1
tox.ini
1
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_*
|
||||
|
Loading…
x
Reference in New Issue
Block a user