Skip to content

Commit

Permalink
[artifact testing] Bump VM boot timeout (#130735)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbudz authored Apr 20, 2022
1 parent 5beae64 commit 0082e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package/Vagrantfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0082e0c

Please sign in to comment.