[artifact testing] Bump VM boot timeout (#130735)

We saw a flaky `vagrant ssh` timeout in a CI run, possibly caused by a
busy host.  This doubles the VM setup timeout from 5 minutes to 10
minutes.
This commit is contained in:
Jonathan Budzenski 2022-04-20 16:13:59 -05:00 committed by GitHub
parent 5beae64ea9
commit 0082e0cb06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.synced_folder '../../target/', '/packages'
config.vm.boot_timeout = 600
config.vm.define "deb" do |deb|
deb.vm.provider :virtualbox do |vb|
vb.memory = 2048