We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04d221 commit 85c43abCopy full SHA for 85c43ab
hack/Vagrantfile.freebsd13
@@ -6,6 +6,7 @@ Vagrant.configure("2") do |config|
6
fbsd_13_2.vm.box = "freebsd/FreeBSD-13.2-RELEASE"
7
end
8
9
+ config.vm.boot_timeout = 600
10
config.vm.synced_folder ".", "/vagrant", type: "rsync"
11
12
config.vm.provision "init", type: "shell", run: "once" do |sh|
0 commit comments