1
0
Fork 0
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:
Dylan Egan 2011-09-01 10:19:06 -07:00
parent 3900846820
commit 7d7b900b4c

View file

@ -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