Increase halt timeout to 30 seconds

This commit is contained in:
Mitchell Hashimoto 2010-06-29 20:42:39 -07:00
parent c643aa1513
commit 499340aa03
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module Vagrant
attr_accessor :halt_check_interval
def initialize
@halt_timeout = 15
@halt_timeout = 30
@halt_check_interval = 1
end
end