[hornetq-commits] JBoss hornetq SVN: r11223 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 24 20:20:34 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-24 20:20:34 -0400 (Wed, 24 Aug 2011)
New Revision: 11223

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
Log:
fixing tests

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-24 23:55:01 UTC (rev 11222)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-25 00:20:34 UTC (rev 11223)
@@ -35,7 +35,7 @@
 public class Topology implements Serializable
 {
 
-   private static final int BACKOF_TIMEOUT = 50;
+   private static final int BACKOF_TIMEOUT = 500;
 
    private static final long serialVersionUID = -9037171688692471371L;
 



More information about the hornetq-commits mailing list