Skip to content

Commit 7ab0dc8

Browse files
authored
Increase cluster health timeout in esql-ccs-snapshot challenge (#739)
1 parent 6e2396f commit 7ab0dc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elastic/logs/operations/esql.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@
366366
{% if p_esql_ccs_remote_nodes_count > 0 %}
367367
"wait_for_nodes": {{ p_esql_ccs_remote_nodes_count }},
368368
{% endif %}
369-
"wait_for_no_relocating_shards": "true"
369+
"wait_for_no_relocating_shards": "true",
370+
"timeout": "60s"
370371
},
371372
"retry-until-success": true
372373
}

0 commit comments

Comments
 (0)