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

Ron Sigal ron_sigal at yahoo.com
Thu Feb 1 21:45:48 EST 2007


  User: rsigal  
  Date: 07/02/01 21:45:48

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/oneway 
                        OnewayInvocationTestCase.java
  Log:
  JBREM-684:  Extended Thread.sleep() to 4000.
  
  Revision  Changes    Path
  1.4       +3 -3      JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayInvocationTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- OnewayInvocationTestCase.java	26 Jan 2007 04:16:16 -0000	1.3
  +++ OnewayInvocationTestCase.java	2 Feb 2007 02:45:48 -0000	1.4
  @@ -46,7 +46,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    * <p>
    * Copyright Jan 22, 2007
    * </p>
  @@ -110,7 +110,7 @@
            log.info("failed on invocation: " + i + " (should be " + MAX_POOL_SIZE + ")");
         }
   
  -      Thread.sleep(2000);
  +      Thread.sleep(4000);
         assertEquals(MAX_POOL_SIZE + 10, i);
         assertEquals(MAX_POOL_SIZE + 10, handler.counter);
         client.disconnect();
  @@ -156,7 +156,7 @@
            log.info("failed on invocation: " + i + " (should be " + MAX_POOL_SIZE + ")");
         }
   
  -      Thread.sleep(2000);
  +      Thread.sleep(4000);
         assertEquals(MAX_POOL_SIZE + 10, i);
         assertEquals(MAX_POOL_SIZE + 10, handler.counter);
         client.disconnect();
  
  
  



More information about the jboss-cvs-commits mailing list