[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
1 changed files with 2 additions and 0 deletions

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