Merge "Increase wait_timeout of test_playbook"

This commit is contained in:
Zuul 2019-03-25 19:40:59 +00:00 committed by Gerrit Code Review
commit c432fd508c
1 changed files with 1 additions and 1 deletions

View File

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