Bump integration test timeouts.

Node load is too variable.

Change-Id: If03cd577ea18bfad4b53fcddb7a87e48eefe84c1
This commit is contained in:
Robert Collins 2015-05-14 19:35:50 +12:00
parent d28f40db39
commit 0f4caa1057
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class TestIntegration(base.BaseTestCase):
def setUp(self):
# Integration tests need a higher default - big repos can be slow to
# clone, particularly under guest load.
os.environ['OS_TEST_TIMEOUT'] = os.environ.get('OS_TEST_TIMEOUT', 240)
os.environ['OS_TEST_TIMEOUT'] = os.environ.get('OS_TEST_TIMEOUT', 600)
super(TestIntegration, self).setUp()
base._config_git()

View File

@ -161,6 +161,6 @@ export PBRVERSION
export PROJECTS
export REPODIR
export WHEELHOUSE
export OS_TEST_TIMEOUT=240
export OS_TEST_TIMEOUT=600
cd $REPODIR/pbr
tox -epy27 -- test_integration