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

Signed-off-by: Rahul Karajgikar <karajgik@amazon.com>
  • Loading branch information
Rahul Karajgikar committed Apr 30, 2024
1 parent 8ac92d4 commit 0851f2e
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 0851f2e

Please sign in to comment.