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 (#13505)

Signed-off-by: Rahul Karajgikar <karajgik@amazon.com>
Co-authored-by: Rahul Karajgikar <karajgik@amazon.com>
  • Loading branch information
rahulkarajgikar and Rahul Karajgikar authored May 3, 2024
1 parent 14cd0e3 commit 0c1cd75
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 0c1cd75

Please sign in to comment.