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

Ron Sigal ron_sigal at yahoo.com
Tue Nov 13 03:50:01 EST 2007


  User: rsigal  
  Date: 07/11/13 03:50:01

  Modified:    src/tests/org/jboss/test/remoting/shutdown  Tag:
                        remoting_2_x AbstractClient.java
  Log:
  JBREM-800:  Extended Thread.sleep() in final thread.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/shutdown/AbstractClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/shutdown/AbstractClient.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -b -r1.1.2.8 -r1.1.2.9
  --- AbstractClient.java	12 Nov 2007 06:51:03 -0000	1.1.2.8
  +++ AbstractClient.java	13 Nov 2007 08:50:01 -0000	1.1.2.9
  @@ -39,7 +39,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.8 $
  + * @version $Revision: 1.1.2.9 $
    * <p>
    * Copyright Jan 19, 2007
    * </p>
  @@ -133,7 +133,7 @@
               {
                  try
                  {
  -                  Thread.sleep(10000);
  +                  Thread.sleep(20000);
                  }
                  catch (InterruptedException e)
                  {
  
  
  



More information about the jboss-cvs-commits mailing list