Skip to content

Commit

Permalink
Update Cluster Manager Node Timeout to 3s for flaky test testHealthOn…
Browse files Browse the repository at this point in the history
…ClusterManagerFailover
  • Loading branch information
Rahul Karajgikar committed May 2, 2024
1 parent 0851f2e commit 504d9e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public void testHealthOnClusterManagerFailover() throws Exception {
.prepareHealth()
.setWaitForEvents(Priority.LANGUID)
.setWaitForGreenStatus()
.setClusterManagerNodeTimeout(TimeValue.timeValueMinutes(2))
.setClusterManagerNodeTimeout(TimeValue.timeValueMinutes(3))
.execute()
);
internalCluster().restartNode(internalCluster().getClusterManagerName(), InternalTestCluster.EMPTY_CALLBACK);
Expand Down

0 comments on commit 504d9e6

Please sign in to comment.