We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19379e commit a4614daCopy full SHA for a4614da
x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java
@@ -602,7 +602,7 @@ private void assertBasicWatchInteractions() throws Exception {
602
private void waitForYellow(String indexName) throws IOException {
603
Request request = new Request("GET", "/_cluster/health/" + indexName);
604
request.addParameter("wait_for_status", "yellow");
605
- request.addParameter("timeout", "30s");
+ request.addParameter("timeout", "60s");
606
request.addParameter("wait_for_no_relocating_shards", "true");
607
if (getOldClusterVersion().onOrAfter(Version.V_6_2_0)) {
608
request.addParameter("wait_for_no_initializing_shards", "true");
0 commit comments