From 1585250dd60a216d97758134e89e5a4c2794b8a7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 3 Feb 2017 21:04:06 +0200 Subject: [PATCH] - Increase boot timeout to 600 because Travis CI fails on this occasionally. --- molecule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule.yml b/molecule.yml index 1b3b962..8e5b2bb 100644 --- a/molecule.yml +++ b/molecule.yml @@ -37,6 +37,7 @@ vagrant: options: append_platform_to_hostname: yes raw_config_args: + - 'vm.boot_timeout = 600' - 'vm.synced_folder ".", "/vagrant", disabled: true' - 'vbguest.auto_update = false if Vagrant.has_plugin?("vbguest")' - 'landrush.enabled = false if Vagrant.has_plugin?("landrush")' -- GitLab