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

(cherry picked from commit 3b0cd0a)

Signed-off-by: Rahul Karajgikar <karajgik@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rahul Karajgikar <karajgik@amazon.com>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 8a90aa9 commit 8f4b1cd
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 8f4b1cd

Please sign in to comment.