Skip to content

Commit fe7a035

Browse files
committed
Wait spin up VM more longer
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent ec6f17d commit fe7a035

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)