Skip to content

Instantly share code, notes, and snippets.

@dhrrgn
Last active August 13, 2018 13:02
Show Gist options
  • Save dhrrgn/9e31f6de41d83f21107a to your computer and use it in GitHub Desktop.
Save dhrrgn/9e31f6de41d83f21107a to your computer and use it in GitHub Desktop.
# ...
config.vm.provider :virtualbox do |v|
# ... Other stuff here
# Set the timesync threshold to 10 seconds, instead of the default 20 minutes.
v.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000]
end
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment