Skip to content

Commit 8f4b1cd

Browse files
opensearch-trigger-bot[bot]github-actions[bot]Rahul Karajgikar
authored
Increase cluster publish timeout in flaky test testStaleClusterManagerNotHijackingMajority (#13463) (#13513)
(cherry picked from commit 3b0cd0a) Signed-off-by: Rahul Karajgikar <[email protected]> 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 <[email protected]>
1 parent 8a90aa9 commit 8f4b1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/discovery/StableClusterManagerDisruptionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public void testStaleClusterManagerNotHijackingMajority() throws Exception {
203203
3,
204204
Settings.builder()
205205
.put(LeaderChecker.LEADER_CHECK_TIMEOUT_SETTING.getKey(), "1s")
206-
.put(Coordinator.PUBLISH_TIMEOUT_SETTING.getKey(), "1s")
206+
.put(Coordinator.PUBLISH_TIMEOUT_SETTING.getKey(), "2s")
207207
.build()
208208
);
209209
ensureStableCluster(3);

0 commit comments

Comments
 (0)