Skip to content

fix: curl timeout

Dennis Appelt requested to merge da/fix-curl-timeout into master

What does this MR do?

Curl uses a timeout when checking if a target website is up. The timeout did not work was expected. To limit the total time, parameter --retry-max-time needs to be used. Before --max-time was used, which just limits the time one individual retry takes.

Also see https://stackoverflow.com/a/13554435

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Dennis Appelt

Merge request reports