Add wait_sec for test_stack_update_from_failed

Similar to some other failures where the updated_time does not
change, _verify_status ignores it and the test times out.

Change-Id: Ifdf8c1e5e129fdd6c3592ffaca307e43c1317f70
Related-Bug: #1583630
This commit is contained in:
Rabi Mishra 2016-06-15 08:41:29 +05:30
parent 9722a78840
commit 9101cd4a54
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ test_template_one_resource = {
'value': 'Test1',
'fail': False,
'update_replace': False,
'wait_secs': 0,
'wait_secs': 1,
'action_wait_secs': {'create': 1},
'client_name': 'nova',
'entity_name': 'servers',