From 2b699d0b0a0c102de8db11a103f78b41c4f611d7 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 3 Oct 2025 16:45:16 +0200 Subject: [PATCH] CI: Fine tune proxysql connect and ping timeouts Change-Id: Ide74d1a4ca4d0a9a65f8ce4fff2563c4f08708a7 Signed-off-by: Michal Nasiadka --- tests/templates/globals-default.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 387e1c9b73..32a28773fb 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -45,7 +45,11 @@ mariadb_wsrep_extra_provider_options: - "evs.inactive_timeout=PT30S" - "evs.keepalive_period=PT3S" -mariadb_monitor_connect_timeout: "60000" +mariadb_monitor_connect_interval: "60000" +mariadb_monitor_connect_timeout: "180000" +mariadb_monitor_ping_interval: "60000" +mariadb_monitor_ping_max_failures: "10" +mariadb_monitor_ping_timeout: "10000" nova_compute_virt_type: "{{ virt_type }}"