Skip to content

Commit bbafcee

Browse files
committed
Wait spin up VM more longer
Signed-off-by: Kentaro Hayashi <[email protected]> # Do not modify or remove the line above. # Everything below it will be ignored. # # On branch v6-preflight # Changes to be committed: # modified: Vagrantfile # # Untracked files: # 0001-Bump-version-to-6.0.0.patch # Makefile # fluent-package/0001-bump-version-to-6.0.0.patch # fluent-package/Gemfile.new # fluent-package/github-fluent-update-gems.rb # fluent-package/working.md #
1 parent ec6f17d commit bbafcee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
5858
end
5959
mount_dir = ENV["BOX_MOUNT_DIR"] || "."
6060
config.vm.synced_folder mount_dir, "/host"
61+
config.vm.boot_timeout = 600
6162
end
6263
end

0 commit comments

Comments
 (0)