Add boot timeout to win10 host in Vagrantfile [ci skip]
This commit is contained in:
1
Vagrant/Vagrantfile
vendored
1
Vagrant/Vagrantfile
vendored
@@ -156,6 +156,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.define "win10" do |cfg|
|
||||
cfg.vm.box = "../Boxes/windows_10_virtualbox.box"
|
||||
cfg.vm.hostname = "win10"
|
||||
cfg.vm.boot_timeout = 600
|
||||
cfg.vm.communicator = "winrm"
|
||||
cfg.winrm.basic_auth_only = true
|
||||
cfg.winrm.timeout = 300
|
||||
|
||||
Reference in New Issue
Block a user