mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
[test] add fix for rare virtualbox error (#31212)
See the vagrant issue mentioned in this commit for details. This error has happened a couple times in packaging test CI builds with workers using virtualbox 5.2.10r122088
This commit is contained in:
parent
aa8aa0d9e0
commit
f8cbc81258
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -31,6 +31,9 @@ Vagrant.configure(2) do |config|
|
||||
# Give the box more memory and cpu because our tests are beasts!
|
||||
vbox.memory = Integer(ENV['VAGRANT_MEMORY'] || 8192)
|
||||
vbox.cpus = Integer(ENV['VAGRANT_CPUS'] || 4)
|
||||
|
||||
# see https://github.com/hashicorp/vagrant/issues/9524
|
||||
vbox.customize ["modifyvm", :id, "--audio", "none"]
|
||||
end
|
||||
|
||||
# Switch the default share for the project root from /vagrant to
|
||||
|
Loading…
x
Reference in New Issue
Block a user