commit | ea8ce25d69f1c7a63c9a15d7bb5ba6d3d10aa8b2 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Sep 19 19:05:43 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Sep 19 19:05:43 2013 +0000 |
tree | 1f697ed63bf7dbd8766ebacc6e7c459f97a158d9 | |
parent | 33eaff5b9154204c2dce8ea577aecb15952acb6a [diff] | |
parent | 4d75ef4c7f1f50dfb42505ee56baa83c640f1a16 [diff] |
Merge "Raise OS_TEST_TIMEOUT for heat slow test"
diff --git a/tox.ini b/tox.ini index 0b57eb2..1b8a0fd 100644 --- a/tox.ini +++ b/tox.ini
@@ -30,6 +30,7 @@ [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}'