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:
parent
ea4477ed54
commit
a58ac4d52e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue