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:
parent
388983ff85
commit
08287cbe64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue