1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|cloudformation] tests sleep to avoid throttling error :(

This commit is contained in:
geemus 2011-05-11 11:15:28 -07:00
parent ea4477ed54
commit a58ac4d52e

View file

@ -113,6 +113,8 @@ Shindo.tests('AWS::CloudFormation | stack requests', ['aws', 'cloudformation'])
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