summaryrefslogtreecommitdiff
path: root/pbr/tests/test_integration.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/tests/test_integration.py')
-rw-r--r--pbr/tests/test_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/tests/test_integration.py b/pbr/tests/test_integration.py
index dcc71df..30cc5a2 100644
--- a/pbr/tests/test_integration.py
+++ b/pbr/tests/test_integration.py
@@ -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()