Merge "Increase wait time of test_plugins"

This commit is contained in:
Zuul 2019-03-18 20:15:26 +00:00 committed by Gerrit Code Review
commit ae223138a3
1 changed files with 1 additions and 1 deletions

View File

@ -2569,7 +2569,7 @@ class TestAnsible25(AnsibleZuulTestCase):
def test_plugins(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.