Skip to content

Commit

Permalink
add FIXME: testing speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
vlewin committed Apr 4, 2014
1 parent 9f7d82c commit 98e51a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitchen/lib/cloud_vm.rb
Expand Up @@ -32,6 +32,7 @@ def create(name = 'SUSEConnect_testing')

attach_ip(server, address)

# FIXME: Speed up testing, check with Net::SSH if machine is ready for provisioning
delay = (ENV['TIME_WAIT'] || 10).to_i
puts "*** Waiting #{delay} seconds for the machine to boot ..."
sleep(delay)
Expand Down

0 comments on commit 98e51a8

Please sign in to comment.