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

Ron Sigal ron_sigal at yahoo.com
Thu Jan 25 23:16:16 EST 2007


  User: rsigal  
  Date: 07/01/25 23:16:16

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/oneway 
                        OnewayInvocationTestCase.java
  Log:
  JBREM-684: Extended Thread.sleep() to 2000 in two places.
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- OnewayInvocationTestCase.java	23 Jan 2007 01:04:56 -0000	1.2
  +++ OnewayInvocationTestCase.java	26 Jan 2007 04:16:16 -0000	1.3
  @@ -46,7 +46,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * <p>
    * Copyright Jan 22, 2007
    * </p>
  @@ -110,7 +110,7 @@
            log.info("failed on invocation: " + i + " (should be " + MAX_POOL_SIZE + ")");
         }
   
  -      Thread.sleep(1000);
  +      Thread.sleep(2000);
         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(1000);
  +      Thread.sleep(2000);
         assertEquals(MAX_POOL_SIZE + 10, i);
         assertEquals(MAX_POOL_SIZE + 10, handler.counter);
         client.disconnect();
  
  
  



More information about the jboss-cvs-commits mailing list