We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d32af commit 28bfa6eCopy full SHA for 28bfa6e
x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java
@@ -404,7 +404,7 @@ private void assertBasicWatchInteractions() throws Exception {
404
private void waitForYellow(String indexName) throws IOException {
405
Request request = new Request("GET", "/_cluster/health/" + indexName);
406
request.addParameter("wait_for_status", "yellow");
407
- request.addParameter("timeout", "30s");
+ request.addParameter("timeout", "60s");
408
request.addParameter("wait_for_no_relocating_shards", "true");
409
request.addParameter("wait_for_no_initializing_shards", "true");
410
Map<String, Object> response = entityAsMap(client().performRequest(request));
0 commit comments