Merge "Increase cooldown in test_asg_cooldown"

This commit is contained in:
Jenkins 2017-08-12 06:15:19 +00:00 committed by Gerrit Code Review
commit f465dea677
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)