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>
(cherry picked from commit 3b0cd0a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Rahul Karajgikar committed May 2, 2024
1 parent 8b9f383 commit 095580f
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 095580f

Please sign in to comment.