Increase download progress to 80ch

Fixes: #17718

[NO NEW TESTS NEEDED]

Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Sorin Sbarnea
2023-04-12 10:18:45 +01:00
committed by Daniel J Walsh
parent 44807eabf1
commit fe41077d44

View File

@ -167,7 +167,7 @@ func DownloadVMImage(downloadURL *url2.URL, imageName string, localImagePath str
onComplete := prefix + ": done"
p := mpb.New(
mpb.WithWidth(60),
mpb.WithWidth(80), // Do not go below 80, see bug #17718
mpb.WithRefreshRate(180*time.Millisecond),
)