mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
5beae64ea9
commit
0082e0cb06
1 changed files with 1 additions and 1 deletions
2
test/package/Vagrantfile
vendored
2
test/package/Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue