Skip to content

Instantly share code, notes, and snippets.

@wwhurley
Created November 3, 2014 17:25
Show Gist options
  • Save wwhurley/e64da2167e19ecf5ea5d to your computer and use it in GitHub Desktop.
Save wwhurley/e64da2167e19ecf5ea5d to your computer and use it in GitHub Desktop.
Vagrantfile.local updating boot timeout
Vagrant.configure("2") do |config|
config.vm.boot_timeout = 600
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment