Bump http_timeout in devstack-tempest
In the gate we occasionally see failures like the following: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='10.209.0.62', port=443): Read timed out. (read timeout=60) urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='10.209.99.246', port=9696): Read timed out. (read timeout=60) where Tempest gives up waiting for an HTTP response after 60 seconds. It doesn't appear to be related only to one service, as it has been seen when calling Nova API or Neutron API (the port=9696 example is a call to Neutron API). We could try bumping the http_timeout from the default 60 seconds to 90 seconds to see if it helps in slow environments. Related-Bug: #1999893 Change-Id: I2b2a6a4dee40ee86ca89f6f7f9a83409f8312617
This commit is contained in:
parent
c3200abba5
commit
89a6811cd0
@ -22,6 +22,8 @@
|
||||
$TEMPEST_CONFIG:
|
||||
compute:
|
||||
min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}"
|
||||
service-clients:
|
||||
http_timeout: 90
|
||||
test_results_stage_name: test_results
|
||||
zuul_copy_output:
|
||||
'/var/log/openvswitch': logs
|
||||
|
Loading…
x
Reference in New Issue
Block a user