Raise OS_TEST_TIMEOUT for heat slow test
This is being set to 20 minutes until the overhead of virt-on-virt is fully quantified. Change-Id: I1ccb7eacc7bd8bd41ce7634c019eb0c86b6c1935
This commit is contained in:
parent
49f44525b7
commit
4d75ef4c7f
1
tox.ini
1
tox.ini
@ -30,6 +30,7 @@ commands =
|
||||
[testenv:heat-slow]
|
||||
sitepackages = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
OS_TEST_TIMEOUT=1200
|
||||
# The regex below is used to select heat api/scenario tests tagged as slow.
|
||||
commands =
|
||||
sh tools/pretty_tox_serial.sh '(?=.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)\.orchestration) {posargs}'
|
||||
|
Loading…
Reference in New Issue
Block a user