From 757082be3c469b811eef9863ede14840af2b2c45 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Fri, 31 Jan 2025 16:15:54 +0100 Subject: [PATCH] Increase cluster health timeout in esql-ccs-snapshot challenge --- elastic/logs/operations/esql.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elastic/logs/operations/esql.json b/elastic/logs/operations/esql.json index d162c5c5..753e9a4d 100644 --- a/elastic/logs/operations/esql.json +++ b/elastic/logs/operations/esql.json @@ -366,7 +366,8 @@ {% if p_esql_ccs_remote_nodes_count > 0 %} "wait_for_nodes": {{ p_esql_ccs_remote_nodes_count }}, {% endif %} - "wait_for_no_relocating_shards": "true" + "wait_for_no_relocating_shards": "true", + "timeout": "60s" }, "retry-until-success": true }