1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix comment: 5mins = 300s

Fixes the comment to accurately reflect how many seconds are in five
minutes.
This commit is contained in:
Andrew Langhorn 2015-08-05 15:23:57 +01:00
parent 388983ff85
commit 08287cbe64

View file

@ -58,7 +58,7 @@ puts "\nNow creating server '#{server.name}' connected the the Internet and '#{n
begin
# Check every 5 seconds to see if server is in the active state (ready?).
# If the server has not been built in 5 minutes (600 seconds) an exception will be raised.
# If the server has not been built in 10 minutes (600 seconds) an exception will be raised.
server.wait_for(600, 5) do
print "."
STDOUT.flush