Skip to content

Commit da758fe

Browse files
rahulkarajgikarRahul Karajgikar
authored andcommitted
Increase cluster publish timeout in flaky test testStaleClusterManagerNotHijackingMajority (opensearch-project#13463)
Signed-off-by: Rahul Karajgikar <[email protected]> Co-authored-by: Rahul Karajgikar <[email protected]>
1 parent 987049e commit da758fe

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)