Increase wait_timeout of test_playbook

This is a very expensive test case and can take longer than 120s on
slower test nodes when running the full test suite.

Change-Id: I97d0ff99c44f1141d3945ae3f235e155d9c78ebc
This commit is contained in:
Tobias Henkel 2019-03-23 08:45:37 +01:00
parent 7c77586582
commit 145d3d4b2a
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
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