[jboss-cvs] JBoss Messaging SVN: r6032 - trunk/tests/src/org/jboss/messaging/tests/stress/remote.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 17:10:55 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-06 17:10:55 -0500 (Fri, 06 Mar 2009)
New Revision: 6032

Modified:
   trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java
Log:
Using a higher caller timeout on PingStressTest

Modified: trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java	2009-03-06 21:48:45 UTC (rev 6031)
+++ trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java	2009-03-06 22:10:55 UTC (rev 6032)
@@ -152,7 +152,7 @@
                                                                      DEFAULT_CONNECTION_LOAD_BALANCING_POLICY_CLASS_NAME,
                                                                      PING_INTERVAL,
                                                                      (long)(PING_INTERVAL * 1.5),
-                                                                     PING_INTERVAL * 4, // Using a smaller call timeout
+                                                                     PING_INTERVAL * 10, // Using a smaller call timeout
                                                                                         // for this test
                                                                      DEFAULT_CONSUMER_WINDOW_SIZE,
                                                                      DEFAULT_CONSUMER_MAX_RATE,
@@ -200,7 +200,7 @@
                                                                               DEFAULT_CONNECTION_LOAD_BALANCING_POLICY_CLASS_NAME,
                                                                               PING_INTERVAL,
                                                                               (long)(PING_INTERVAL * 1.5),
-                                                                              PING_INTERVAL * 4, // Using a smaller call
+                                                                              PING_INTERVAL * 10, // Using a smaller call
                                                                                                  // timeout for this
                                                                                                  // test
                                                                               DEFAULT_CONSUMER_WINDOW_SIZE,




More information about the jboss-cvs-commits mailing list