Merge "Allow test_playbook to run long"

This commit is contained in:
Zuul 2018-02-19 21:19:35 +00:00 committed by Gerrit Code Review
commit c6c6f17b85
1 changed files with 2 additions and 0 deletions

View File

@ -2033,6 +2033,8 @@ class TestAnsible(AnsibleZuulTestCase):
tenant_config_file = 'config/ansible/main.yaml'
def test_playbook(self):
# This test runs a bit long and needs extra time.
self.wait_timeout = 120
# Keep the jobdir around so we can inspect contents if an
# assert fails.
self.executor_server.keep_jobdir = True