This is an automated email from the ASF dual-hosted git repository.

merlimat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1071cc94b62 [fix][test] Flaky 
SameAuthParamsLookupAutoClusterFailoverTest (#25566)
1071cc94b62 is described below

commit 1071cc94b62921ede294c17391e19fca69c289d6
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 22 16:50:28 2026 +0300

    [fix][test] Flaky SameAuthParamsLookupAutoClusterFailoverTest (#25566)
---
 .../pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
index b5139dea66d..c7bd197e486 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
@@ -84,7 +84,7 @@ public class SameAuthParamsLookupAutoClusterFailoverTest 
extends OneWayReplicato
                 .pulsarServiceUrlArray(urlArray)
                 .failoverThreshold(5)
                 .recoverThreshold(5)
-                .checkHealthyIntervalMs(300)
+                .checkHealthyIntervalMs(100)
                 .testTopic("a/b/c")
                 .markTopicNotFoundAsAvailable(true)
                 .build();

Reply via email to