guests/linux: backoff a bit on the mount timeout [GH-4403]
This commit is contained in:
parent
138aa5aad3
commit
b2b79a4ea8
|
@ -65,7 +65,7 @@ module VagrantPlugins
|
||||||
output: stderr
|
output: stderr
|
||||||
end
|
end
|
||||||
|
|
||||||
sleep 2
|
sleep(2*attempts)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Chown the directory to the proper user. We skip this if the
|
# Chown the directory to the proper user. We skip this if the
|
||||||
|
|
Loading…
Reference in New Issue