mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This commit increases the amount of time to wait for green to accound for unassigned shards that have been delayed. The default delay is 60s, so we need to wait longer than that. Previously, the wait would timeout at 30s due to the rest client and the default for the cluster health api. Closes #26742