Skip to content

Commit b00b45b

Browse files
authored
[Tests] ClusterHealthIT:testHealthOnMasterFailover - Increase master node timeout (#1812)
Signed-off-by: Suraj Singh <surajrider@gmail.com>
1 parent 197ae90 commit b00b45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/cluster/ClusterHealthIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public void testHealthOnMasterFailover() throws Exception {
374374
.prepareHealth()
375375
.setWaitForEvents(Priority.LANGUID)
376376
.setWaitForGreenStatus()
377-
.setMasterNodeTimeout(TimeValue.timeValueMinutes(1))
377+
.setMasterNodeTimeout(TimeValue.timeValueMinutes(2))
378378
.execute()
379379
);
380380
internalCluster().restartNode(internalCluster().getMasterName(), InternalTestCluster.EMPTY_CALLBACK);

0 commit comments

Comments
 (0)