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

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 2, 2024
1 parent 5ff50a7 commit 3b0cd0a
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 3b0cd0a

Please sign in to comment.