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:
Felipe Reyes
2023-04-17 12:05:09 -04:00
parent 2c61ed752b
commit 98f89183e6

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