Skip to content

Commit

Permalink
Vagrantfile: Increased timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Oct 11, 2017
1 parent 5d1cbb5 commit 0906af6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Vagrant.configure(2) do |config|
config.vm.box = 'remram/debian-9-i386'

# Sometimes, the default seems to be too little for this one.
config.vm.boot_timeout = 600

config.vm.provision 'shell', inline: <<-SHELL
set -e
Expand Down

0 comments on commit 0906af6

Please sign in to comment.