Skip to content

download: Setup default tries and timeout

Currently, we rely on wget default for download tries and timeout. This can take several minute when the remote server hangs. This setup the default tries count to 2 and reduce the timeout to 5s.

Merge request reports