Skip to content

Commit

Permalink
Bump up http timeout to 2 minutes.
Browse files Browse the repository at this point in the history
Tempest clients have a default timeout of 60s which has shown to not be
enough for resource constrained environments.
  • Loading branch information
freyes committed Apr 17, 2023
1 parent 2c61ed7 commit 98f8918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98f8918

Please sign in to comment.