Merge "Increase timeout of test_plugins"

This commit is contained in:
Zuul 2019-03-11 22:30:47 +00:00 committed by Gerrit Code Review
commit 4ddc4ad51c
1 changed files with 3 additions and 0 deletions

View File

@ -2398,6 +2398,9 @@ class TestAnsible(AnsibleZuulTestCase):
self.waitUntilSettled()
def test_plugins(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