Merge pull request #1035 from freyes/http-timeout

Bump up http timeout to 2 minutes.
This commit is contained in:
Alex Kavanagh
2023-04-18 10:07:27 +01:00
committed by GitHub

View File

@@ -138,3 +138,7 @@ insecure_registry = {{ test_registry_prefix }}
[dns]
nameservers = {{ test_name_server }}
[service-clients]
# Default is 60s which is not enough for resource constrained environments.
http_timeout = 120