diff --git a/molecule.yml b/molecule.yml index d89731b21aa553081d9737997c15f990d9f8d2ce..d89bc42eaf90f5cfd16979cbe950f633d8cd7269 100644 --- a/molecule.yml +++ b/molecule.yml @@ -23,6 +23,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")' diff --git a/tests/requirements.txt b/tests/requirements.txt index e68ec5f8e882cf75301f59808bcfcb520fcecaea..72315d11aeeca07ed7211f17943b28226df4cb59 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ ansible==2.2.1.0 testinfra==1.5.3 -molecule==1.19.1 +molecule==1.19.3 ansible-lint==3.4.10 pre-commit==0.12.2 piprot==0.9.7