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

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


  User: rsigal  
  Date: 07/01/25 23:15:20

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/oneway 
                        Tag: remoting_2_x OnewayInvocationTestCase.java
  Log:
  JBREM-684: Extended Thread.sleep() to 2000 in two places.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +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.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- OnewayInvocationTestCase.java	23 Jan 2007 01:04:13 -0000	1.1.2.1
  +++ OnewayInvocationTestCase.java	26 Jan 2007 04:15:20 -0000	1.1.2.2
  @@ -46,7 +46,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.1 $
  + * @version $Revision: 1.1.2.2 $
    * <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