Increase cooldown in test_asg_cooldown

Sometimes signal is received after 10 secs and the scaling
goes ahead. Would be good to set a bigger
cooldown time.

Change-Id: Ie1dd60c99842ff2c52a31d7c9439142b0c70afb5
Closes-Bug: #1696902
This commit is contained in:
rabi 2017-06-09 09:38:15 +05:30 committed by Rabi Mishra
parent 1a569f0560
commit 34b88eea0b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ outputs:
def test_asg_cooldown(self):
cooldown_tmpl = self.template.replace('cooldown: 0',
'cooldown: 10')
'cooldown: 60')
stack_id = self.stack_create(template=cooldown_tmpl,
expected_status='CREATE_COMPLETE')
stack = self.client.stacks.get(stack_id)