Merge "Increase test timeout to 6 minutes"

This commit is contained in:
Zuul 2019-06-12 21:49:14 +00:00 committed by Gerrit Code Review
commit 56fe484aea
2 changed files with 2 additions and 2 deletions

View File

@ -2555,7 +2555,7 @@ class TestAnsible25(AnsibleZuulTestCase):
def test_playbook(self):
# This test runs a bit long and needs extra time.
self.wait_timeout = 180
self.wait_timeout = 240
# Keep the jobdir around so we can inspect contents if an
# assert fails.
self.executor_server.keep_jobdir = True

View File

@ -12,7 +12,7 @@ basepython = python3
install_command = bash tools/pip.sh {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_TIMEOUT=240
OS_TEST_TIMEOUT=360
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:1}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1}
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:1}