Skip to content

Commit

Permalink
increase boot time out for slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Nov 5, 2015
1 parent f8a8a76 commit bae1bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -28,6 +28,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty32"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-i386-vagrant-disk1.box"
config.vm.network :forwarded_port, host: 5000, guest: 5000
config.vm.boot_timeout = 500
# turn off warning message `stdin: is not a tty error`
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
# be sure that there is Ansible for local provisioning
Expand Down

0 comments on commit bae1bee

Please sign in to comment.