tests/aws/requests/cloud_formation/stack_tests.rb in fog-0.7.2 vs tests/aws/requests/cloud_formation/stack_tests.rb in fog-0.8.0
- old
+ new
@@ -111,9 +111,11 @@
tests("describe_stacks").formats(@describe_stacks_format) do
pending if Fog.mocking?
AWS[:cloud_formation].describe_stacks.body
end
+ sleep(1) # avoid throttling
+
tests("describe_stack_events('#{@stack_name}')").formats(@describe_stack_events_format) do
pending if Fog.mocking?
AWS[:cloud_formation].describe_stack_events(@stack_name).body
end