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

Ron Sigal ron_sigal at yahoo.com
Mon Nov 5 04:16:36 EST 2007


  User: rsigal  
  Date: 07/11/05 04:16:36

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/oneway 
                        Tag: remoting_2_x
                        OnewayConnectionManagerTestCase.java
  Log:
  JBREM-800:  Extended wait times in testHeavyLoadWithTimeouts().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +4 -4      JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/oneway/Attic/OnewayConnectionManagerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayConnectionManagerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/oneway/Attic/OnewayConnectionManagerTestCase.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -b -r1.1.2.5 -r1.1.2.6
  --- OnewayConnectionManagerTestCase.java	3 Nov 2007 06:04:42 -0000	1.1.2.5
  +++ OnewayConnectionManagerTestCase.java	5 Nov 2007 09:16:36 -0000	1.1.2.6
  @@ -56,7 +56,7 @@
    * JBREM-706.  It will also serve as unit test for JBREM-843.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.5 $
  + * @version $Revision: 1.1.2.6 $
    * <p>
    * Copyright Jun 23, 2007
    * </p>
  @@ -465,12 +465,12 @@
         
         for (int i = 0; i < INVOCATIONS; i++)
         {
  -         threads[i] = new OnewayThread(client, i, "4000");
  +         threads[i] = new OnewayThread(client, i, "5000");
            threads[i].start();
         }
         
         go = true;
  -      Thread.sleep(2000);
  +      Thread.sleep(4000);
         
         // Verify first set of invocations were received.
         assertTrue(100 <= handler.startedCount);
  @@ -478,7 +478,7 @@
         
         // Verify rest of invocations were received.
         assertEquals(INVOCATIONS, handler.startedCount);
  -      Thread.sleep(5000);
  +      Thread.sleep(8000);
         
         // All invocations should be complete by now.
         for (int i = 0; i < INVOCATIONS; i++)
  
  
  



More information about the jboss-cvs-commits mailing list