Skip to content

Commit

Permalink
Increase boot timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
utkonos authored Aug 4, 2017
1 parent 14133d1 commit 488119e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Vagrant.configure("2") do |config|
config.vm.network :forwarded_port, guest: 80, host: 8081
config.vm.box = "freebsd/FreeBSD-11.0-RELEASE-p1"
config.vm.base_mac = ""
config.vm.boot_timeout = 600

config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "1024"]
Expand Down

0 comments on commit 488119e

Please sign in to comment.