[jboss-remoting-commits] JBoss Remoting SVN: r4080 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/invoker.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Apr 25 17:30:31 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-04-25 17:30:31 -0400 (Fri, 25 Apr 2008)
New Revision: 4080

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/invoker/LocalInvokerTestCase.java
Log:
JBREM-930: Wait 60000 ms after unsuccessful attempt to recreate Connector.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/invoker/LocalInvokerTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/invoker/LocalInvokerTestCase.java	2008-04-25 08:24:09 UTC (rev 4079)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/invoker/LocalInvokerTestCase.java	2008-04-25 21:30:31 UTC (rev 4080)
@@ -278,6 +278,8 @@
             }
             catch(Exception e)
             {
+               log.info("error - will try again: " + e.getMessage());
+               Thread.sleep(60000);
             }
          }
 




More information about the jboss-remoting-commits mailing list