[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket ...

Ron Sigal ron_sigal at yahoo.com
Sat Apr 7 04:18:55 EDT 2007


  User: rsigal  
  Date: 07/04/07 04:18:55

  Modified:    src/tests/org/jboss/test/remoting/transport/bisocket  Tag:
                        remoting_2_x BisocketTestCase.java
  Log:
  JBREM-731:  Extended sleep() in testDeadControlConnectionShutdown().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.14  +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BisocketTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -b -r1.1.2.13 -r1.1.2.14
  --- BisocketTestCase.java	7 Apr 2007 04:06:24 -0000	1.1.2.13
  +++ BisocketTestCase.java	7 Apr 2007 08:18:55 -0000	1.1.2.14
  @@ -64,7 +64,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.13 $
  + * @version $Revision: 1.1.2.14 $
    * <p>
    * Copyright Nov 25, 2006
    * </p>
  @@ -1734,7 +1734,7 @@
         log.info("RESTARTED CONNECTOR");
         
         // Wait until a failure has been detected on the control connection.
  -      Thread.sleep(TEST_PING_FREQUENCY * MAX_RETRIES * 5);
  +      Thread.sleep(TEST_PING_FREQUENCY * MAX_RETRIES * 8);
         
         ServerInvoker callbackServerInvoker = callbackConnector.getServerInvoker();
         field = BisocketServerInvoker.class.getDeclaredField("controlConnectionThreadMap");
  
  
  



More information about the jboss-cvs-commits mailing list