Increase wait time of test_plugins

The test_plugins test is an expensive one and we still see occasional
timeouts on slower nodes.

Change-Id: I43f6b91baf7e37b0ce5f10727b6a0b04c524438a
This commit is contained in:
Tobias Henkel 2019-03-18 18:41:18 +01:00
parent 78e101ba94
commit ba9aef10cd
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 1 deletions

View File

@ -2402,7 +2402,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.