Skip to content

Commit

Permalink
Vagrant: Increase boot timeout for windows machines (adoptium#3267)
Browse files Browse the repository at this point in the history
* Increase timeout for w2022

* Increase w2012 timeout
  • Loading branch information
steelhead31 authored Nov 24, 2023
1 parent 9aca5c5 commit 12fd314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/vagrant/Vagrantfile.Win2012
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ Vagrant.configure("2") do |config|
v.memory = 5120
v.customize ["modifyvm", :id, "--cpuexecutioncap", "50"]
end
config.vm.boot_timeout = 600
end
1 change: 1 addition & 0 deletions ansible/vagrant/Vagrantfile.Win2022
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ Vagrant.configure("2") do |config|
v.cpus = 2
v.customize ["modifyvm", :id, "--cpuexecutioncap", "50"]
end
config.vm.boot_timeout = 600
end

0 comments on commit 12fd314

Please sign in to comment.