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:
Steve Baker 2013-09-19 10:01:11 -07:00
parent 49f44525b7
commit 4d75ef4c7f

View File

@ -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}'