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

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new e11811a036 ARTEMIS-5753 Adjusting retries on waitReplicaSync
e11811a036 is described below

commit e11811a036463625f747c1945369175cb8fb9618
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Nov 10 22:39:06 2025 -0500

    ARTEMIS-5753 Adjusting retries on waitReplicaSync
---
 .../activemq/artemis/tests/soak/paging/OscillateReplicaPagingTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/OscillateReplicaPagingTest.java
 
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/OscillateReplicaPagingTest.java
index eb1a37228d..f2cfe19fe7 100644
--- 
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/OscillateReplicaPagingTest.java
+++ 
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/OscillateReplicaPagingTest.java
@@ -105,7 +105,7 @@ public class OscillateReplicaPagingTest extends 
SoakTestBase {
 
    private void waitReplicaSync() throws Exception {
 
-      for (int i = 0; i < 30; i++) {
+      for (int i = 0; i < 4; i++) {
          SimpleManagement simpleManagement = new 
SimpleManagement("tcp://localhost:61616", "guest", "guest");
          try {
             runAfter(simpleManagement::close);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to