[jboss-cvs] JBoss Messaging SVN: r7214 - trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 5 02:23:36 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-05 02:23:36 -0400 (Fri, 05 Jun 2009)
New Revision: 7214

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java
Log:
Speeding up test

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java	2009-06-05 05:28:41 UTC (rev 7213)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java	2009-06-05 06:23:36 UTC (rev 7214)
@@ -57,7 +57,7 @@
 
    private final Logger log = Logger.getLogger(PagingFailoverTest.class);
   
-   final int RECEIVE_TIMEOUT = 50000;
+   final int RECEIVE_TIMEOUT = 2000;
 
    // Attributes ----------------------------------------------------
 




More information about the jboss-cvs-commits mailing list