diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 3ef8d0a222..1c95ccd66c 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -50,9 +50,12 @@ docker_custom_config: distro_python_version: "{{ kolla_python_version }}" {% endif %} -# MariaDB/Galera - fine tune gmcast.peer_timeout +# MariaDB/Galera - fine tune timeouts mariadb_wsrep_extra_provider_options: - "gmcast.peer_timeout=PT15S" + - "evs.suspect_timeout=PT10S" + - "evs.inactive_timeout=PT30S" + - "evs.keepalive_period=PT3S" nova_compute_virt_type: "{{ virt_type }}"