summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-25 19:40:59 +0000
committerGerrit Code Review <review@openstack.org>2019-03-25 19:40:59 +0000
commitc432fd508cad9c29d085a33dd7622b05aa94eb4a (patch)
treec54374fb86233d04321ae6a7fffe03e28c8d891c /tests
parent188fa53915e55749a163813804cceb528846076f (diff)
parent145d3d4b2a37f4ad9481e5a078d7931299e934bd (diff)
downloadzuul-c432fd508cad9c29d085a33dd7622b05aa94eb4a.tar.gz
Merge "Increase wait_timeout of test_playbook"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_v3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_v3.py b/tests/unit/test_v3.py
index 9adf0747d..123c1c845 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