Skip to content

Commit

Permalink
Merge pull request #369 from tbeckham/scaling-wait-fix
Browse files Browse the repository at this point in the history
Remove wait for scaling activity after policies are created. There wi…
  • Loading branch information
viglesiasce committed Sep 23, 2015
2 parents 3136835 + b994c6a commit 8b4ae3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testcases/cloud_user/autoscaling/autoscaling.py
Expand Up @@ -127,7 +127,6 @@ def AutoScalingBasics(self):
self.debug("**** Created Auto Scaling Policies: " + self.up_policy_name + " " + self.down_policy_name + " " +
self.exact_policy_name)

self.tester.wait_for_result(self.scaling_activities_complete, True, timeout=180)
### Test Execute ChangeInCapacity Auto Scaling Policy
self.tester.execute_as_policy(policy_name=self.up_policy_name,
as_group=self.auto_scaling_group_name,
Expand Down

0 comments on commit 8b4ae3e

Please sign in to comment.