Skip to content

Commit

Permalink
Merge pull request fog#3649 from ajlanghorn/fix-comment
Browse files Browse the repository at this point in the history
Fix comment: 5mins = 300s
  • Loading branch information
plribeiro3000 committed Aug 5, 2015
2 parents 388983f + 08287cb commit c833a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/rackspace/examples/compute_v2/create_network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def rackspace_api_key

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
Expand Down

0 comments on commit c833a84

Please sign in to comment.