[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/keep_alive ...

Ron Sigal ron_sigal at yahoo.com
Mon Nov 5 03:42:04 EST 2007


  User: rsigal  
  Date: 07/11/05 03:42:04

  Modified:    src/tests/org/jboss/test/remoting/transport/http/keep_alive 
                        Tag: remoting_2_x StressHTTPInvokerTestClient.java
  Log:
  JBREM-800:  Wait 5 seconds before trying to connect to server.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.10.1  +2 -0      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StressHTTPInvokerTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -b -r1.4 -r1.4.10.1
  --- StressHTTPInvokerTestClient.java	30 Dec 2005 05:26:46 -0000	1.4
  +++ StressHTTPInvokerTestClient.java	5 Nov 2007 08:42:04 -0000	1.4.10.1
  @@ -45,6 +45,8 @@
   
      public void testPostInvocation() throws Exception
      {
  +      Thread.sleep(5000);
  +      
         for(int x = 0; x < 1000; x++)
         {
            super.testPostInvocation();
  
  
  



More information about the jboss-cvs-commits mailing list