Skip to content

Commit

Permalink
Merge pull request #413 from UffizziCloud/waveywaves-patch-1
Browse files Browse the repository at this point in the history
fix: update wait_ip to have 90 tries so we don't return a unknown
  • Loading branch information
moklidia authored Apr 2, 2024
2 parents 34c2b06 + 832cf2c commit 3216530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uffizzi/cli/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def wait_ip
ip = InstallService.get_controller_ip(namespace)
break if ip.present?

if try == 30
if try == 90
spinner.error

return 'unknown'
Expand Down

0 comments on commit 3216530

Please sign in to comment.