diff --git a/molecule.yml b/molecule.yml index 510c35135a0e634b624ac4f057d7351b0fa9b829..c66314e3a387aefdb18f4ca43482e9ef3fcd435e 100644 --- a/molecule.yml +++ b/molecule.yml @@ -39,6 +39,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")'