mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
sleep for 3 seconds when running against Dynect because otherwise there is an operation still in progress.
This commit is contained in:
parent
3900846820
commit
7d7b900b4c
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ Shindo.tests('Dynect::dns | DNS requests', ['dynect', 'dns']) do
|
|||
'data' => {}
|
||||
})
|
||||
|
||||
sleep 3 unless Fog.mocking?
|
||||
|
||||
tests("delete_zone('#{@domain}')").formats(delete_zone_format) do
|
||||
@dns.delete_zone(@domain).body
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue