Skip to content

Commit

Permalink
Revert other flaky test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Karajgikar committed May 2, 2024
1 parent 882eb4f commit c6d19a7
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(3))
.setClusterManagerNodeTimeout(TimeValue.timeValueMinutes(2))
.execute()
);
internalCluster().restartNode(internalCluster().getClusterManagerName(), InternalTestCluster.EMPTY_CALLBACK);
Expand Down

0 comments on commit c6d19a7

Please sign in to comment.