diff --git a/lib/vagrant-lxc/action/fetch_ip_with_lxc_attach.rb b/lib/vagrant-lxc/action/fetch_ip_with_lxc_attach.rb index 5b36c18..25baa7b 100644 --- a/lib/vagrant-lxc/action/fetch_ip_with_lxc_attach.rb +++ b/lib/vagrant-lxc/action/fetch_ip_with_lxc_attach.rb @@ -21,7 +21,7 @@ module Vagrant def assigned_ip(env) driver = env[:machine].provider.driver ip = '' - retryable(:on => LXC::Errors::ExecuteError, :tries => 10, :sleep => 3) do + retryable(:on => LXC::Errors::ExecuteError, :tries => 20, :sleep => 3) do unless ip = get_container_ip_from_ip_addr(driver) # retry raise LXC::Errors::ExecuteError, :command => "lxc-attach"