From 98f89183e690ec3a7d654a8370bf0707d9aa9a8d Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Mon, 17 Apr 2023 12:05:09 -0400 Subject: [PATCH] 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. --- zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 index 06932d93b..6b5479284 100644 --- a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 +++ b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 @@ -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