From b2b79a4ea88a7b32e3fb055b35842b75180a20bf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 Aug 2014 09:47:34 -0700 Subject: [PATCH] guests/linux: backoff a bit on the mount timeout [GH-4403] --- plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb b/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb index 53f098e07..83c197d92 100644 --- a/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb +++ b/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb @@ -65,7 +65,7 @@ module VagrantPlugins output: stderr end - sleep 2 + sleep(2*attempts) end # Chown the directory to the proper user. We skip this if the