From 63e4b29e4aa6fc72dc0a1def1528c203489d0131 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 13 Sep 2018 10:40:00 -0700 Subject: [PATCH] Add boot timeout to win10 host in Vagrantfile [ci skip] --- Vagrant/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrant/Vagrantfile b/Vagrant/Vagrantfile index 1276cae..873e98d 100644 --- a/Vagrant/Vagrantfile +++ b/Vagrant/Vagrantfile @@ -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