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

Ron Sigal ron_sigal at yahoo.com
Wed Nov 8 12:30:25 EST 2006


  User: rsigal  
  Date: 06/11/08 12:30:25

  Modified:    src/tests/org/jboss/test/remoting/transport/multiplex  Tag:
                        remoting_2_x LateClientShutdownTestClient.java
  Log:
  JBREM-630:  Added Thread.sleep() in loop as client tries to connect to server.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +1 -0      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LateClientShutdownTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -b -r1.2 -r1.2.2.1
  --- LateClientShutdownTestClient.java	29 Aug 2006 06:16:37 -0000	1.2
  +++ LateClientShutdownTestClient.java	8 Nov 2006 17:30:25 -0000	1.2.2.1
  @@ -65,6 +65,7 @@
                  s = new Socket(InetAddress.getLocalHost(), LateClientShutdownTestServer.syncSocketPort);
                  if (s != null)
                     break;
  +               Thread.sleep(1000);
               }
               catch (Exception e) {}
            }
  
  
  



More information about the jboss-cvs-commits mailing list