From 713097ad0b4677509231bd2ab81a53e0fa8875c5 Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Tue, 22 Nov 2022 20:05:19 -0600 Subject: [PATCH] fix: login_wait variable --- lib/vagrant-zones/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-zones/config.rb b/lib/vagrant-zones/config.rb index a5a0982..ae23636 100644 --- a/lib/vagrant-zones/config.rb +++ b/lib/vagrant-zones/config.rb @@ -61,7 +61,7 @@ def initialize @vagrant_user_private_key_path = './id_rsa' @xhci_enabled = 'off' @override = false - @login_wait = 4 + @login_wait = 5 @cloud_init_enabled = false @cloud_init_conf = 'on' @cloud_init_dnsdomain = nil