Skip to content

Commit

Permalink
Increase cluster health timeout in esql-ccs-snapshot challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Jan 31, 2025
1 parent 23f6712 commit 757082b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elastic/logs/operations/esql.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 757082b

Please sign in to comment.