Increase halt timeout to 30 seconds
This commit is contained in:
parent
c643aa1513
commit
499340aa03
|
@ -17,7 +17,7 @@ module Vagrant
|
||||||
attr_accessor :halt_check_interval
|
attr_accessor :halt_check_interval
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@halt_timeout = 15
|
@halt_timeout = 30
|
||||||
@halt_check_interval = 1
|
@halt_check_interval = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue