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

Ron Sigal ron_sigal at yahoo.com
Fri Nov 2 23:36:40 EDT 2007


  User: rsigal  
  Date: 07/11/02 23:36:40

  Modified:    src/tests/org/jboss/test/remoting/detection/jndi  Tag:
                        remoting_2_x CleanDetectionTestClient.java
  Log:
  JBREM-800:  Extended wait for new detection message.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CleanDetectionTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestClient.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- CleanDetectionTestClient.java	27 Mar 2007 08:22:43 -0000	1.1.2.2
  +++ CleanDetectionTestClient.java	3 Nov 2007 03:36:40 -0000	1.1.2.3
  @@ -113,7 +113,7 @@
            
            // Tell server to restart.
            os.write(7);
  -         Thread.sleep(2000);
  +         Thread.sleep(4000);
   
            // Get new detection message from JNDI server.
            enumeration = context.listBindings("");
  
  
  



More information about the jboss-cvs-commits mailing list