Skip to content

Commit

Permalink
Merge pull request #1035 from freyes/http-timeout
Browse files Browse the repository at this point in the history
Bump up http timeout to 2 minutes.
  • Loading branch information
ajkavanagh authored Apr 18, 2023
2 parents e4a9aad + 98f8918 commit 6ed26d8
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 6ed26d8

Please sign in to comment.