Bump up http timeout to 2 minutes.
Tempest clients have a default timeout of 60s which has shown to not be enough for resource constrained environments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user