Merge "Fix race in ZaqarEventSinkTest.test_events"
diff --git a/functional/test_heat_autoscaling.py b/functional/test_heat_autoscaling.py
index 608fd1d..474e1c3 100644
--- a/functional/test_heat_autoscaling.py
+++ b/functional/test_heat_autoscaling.py
@@ -146,7 +146,7 @@
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)