Skip to content

Commit

Permalink
sshfs_mount: reduce the time spent checking mount
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Apr 18, 2016
1 parent fc15257 commit 3de0aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-sshfs/cap/linux/sshfs_mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def self.sshfs_slave_mount(machine, opts, hostpath, expanded_guest_path)

# Check that the mount made it
mounted = false
for i in 0..10
for i in 0..6
machine.ui.info("Checking Mount..")
if self.sshfs_is_folder_mounted(machine, opts)
mounted = true
Expand Down

0 comments on commit 3de0aef

Please sign in to comment.