From 145d3d4b2a37f4ad9481e5a078d7931299e934bd Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Sat, 23 Mar 2019 08:45:37 +0100 Subject: 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 --- tests/unit/test_v3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/test_v3.py b/tests/unit/test_v3.py index b85ac98fe..5907d84c2 100644 --- a/tests/unit/test_v3.py +++ b/tests/unit/test_v3.py @@ -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 -- cgit v1.2.1