Skip to content

Commit

Permalink
fix: login_wait variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 23, 2022
1 parent 1622d8a commit 713097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 713097a

Please sign in to comment.