commit | 93a2da8042219d0295c73a891d85d4cff4d1600d | [log] [tgz] |
---|---|---|
author | Jaime Guerrero <jg3755@att.com> | Mon May 23 21:31:43 2016 +0000 |
committer | Jaime Guerrero <jg3755@att.com> | Mon May 23 22:26:43 2016 +0000 |
tree | c7fa53185e7326e98ceff5df1b0a0c4683b9f2c4 | |
parent | ea98f2c2735e77e66e9a05989c3b6641ceaade6c [diff] [blame] |
Add wait_secs to test_stack_update_from_failed_patch Add a 1 second pause to test_stack_update_from_failed_patch. If a stack is updated more than once per second, there is a possibility for busy waiting if _verify_status neither returns nor raises an exception. Please see https://github.com/openstack/heat/blob/master/heat_integrationtests/common/test.py#L277 for _verify_status. Closes bug: 1583630 Change-Id: Ifa9a5e9d69b47fe07fbc9ffcbe8f03479a24bb6c
diff --git a/functional/test_create_update.py b/functional/test_create_update.py index 8c78951..aa4bdbf 100644 --- a/functional/test_create_update.py +++ b/functional/test_create_update.py
@@ -150,6 +150,7 @@ properties: value: Test fail: {get_param: do_fail} + wait_secs: 1 ''' def setUp(self):