commit | fff11ee4043c34f5c4d088a269ab11060ae808d2 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue Jul 16 19:58:36 2019 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jul 16 19:58:36 2019 +0000 |
tree | fa83a0a16bca13bb1fe9064987ae946716fd8c79 | |
parent | b2573a5c565c04ff4f84ae53b0a5b1518547c90f [diff] | |
parent | 0e563cadf956ac10334dc48941ac782b21e9f288 [diff] |
Merge "Increase timeout for WaitCondition test"
diff --git a/heat_tempest_plugin/tests/functional/test_os_wait_condition.py b/heat_tempest_plugin/tests/functional/test_os_wait_condition.py index 603b5e5..bb8513a 100644 --- a/heat_tempest_plugin/tests/functional/test_os_wait_condition.py +++ b/heat_tempest_plugin/tests/functional/test_os_wait_condition.py
@@ -106,5 +106,5 @@ params = {'flavor': self.conf.minimal_instance_type, 'image': self.conf.minimal_image_ref, 'network': self.conf.fixed_network_name, - 'timeout': 120} + 'timeout': 180} self.stack_create(template=self.template, parameters=params)