Skip to content

Commit

Permalink
Increase cluster publish timeout in flaky test testStaleClusterManage…
Browse files Browse the repository at this point in the history
…rNotHijackingMajority (opensearch-project#13463)

Signed-off-by: Rahul Karajgikar <karajgik@amazon.com>
Co-authored-by: Rahul Karajgikar <karajgik@amazon.com>
  • Loading branch information
2 people authored and finnegancarroll committed May 10, 2024
1 parent 0e753a9 commit 43a14e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public void testStaleClusterManagerNotHijackingMajority() throws Exception {
3,
Settings.builder()
.put(LeaderChecker.LEADER_CHECK_TIMEOUT_SETTING.getKey(), "1s")
.put(Coordinator.PUBLISH_TIMEOUT_SETTING.getKey(), "1s")
.put(Coordinator.PUBLISH_TIMEOUT_SETTING.getKey(), "2s")
.build()
);
ensureStableCluster(3);
Expand Down

0 comments on commit 43a14e0

Please sign in to comment.