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

Ron Sigal ron_sigal at yahoo.com
Fri Nov 2 23:54:39 EDT 2007


  User: rsigal  
  Date: 07/11/02 23:54:39

  Modified:    src/tests/org/jboss/test/remoting/oneway  Tag: remoting_2_x
                        OnewayThreadPoolTestCase.java
  Log:
  JBREM-800:  Extended Thread.sleep() in testHeavyLoadClientSideHttp() before counting invocations.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/oneway/Attic/OnewayThreadPoolTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayThreadPoolTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/oneway/Attic/OnewayThreadPoolTestCase.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -b -r1.1.2.3 -r1.1.2.4
  --- OnewayThreadPoolTestCase.java	7 Jul 2007 03:17:17 -0000	1.1.2.3
  +++ OnewayThreadPoolTestCase.java	3 Nov 2007 03:54:39 -0000	1.1.2.4
  @@ -54,7 +54,7 @@
    * See JBREM-658.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.3 $
  + * @version $Revision: 1.1.2.4 $
    * <p>
    * Copyright Feb 6, 2007
    * </p>
  @@ -344,7 +344,7 @@
         
         go = true;
         poolCounter++;
  -      Thread.sleep(5000);
  +      Thread.sleep(10000);
         
         // Verify INVOCATIONS invocations were received.
         assertEquals(INVOCATIONS, handler.startedCount);
  
  
  



More information about the jboss-cvs-commits mailing list