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

Ron Sigal ron_sigal at yahoo.com
Tue Nov 6 02:53:29 EST 2007


  User: rsigal  
  Date: 07/11/06 02:53:29

  Modified:    src/tests/org/jboss/test/remoting/lease/synchronization 
                        Tag: remoting_2_x
                        MultipleClientSynchronizationTestCase.java
  Log:
  JBREM-800:  Give invocations more time to complete.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +5 -5      JBossRemoting/src/tests/org/jboss/test/remoting/lease/synchronization/Attic/MultipleClientSynchronizationTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultipleClientSynchronizationTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/lease/synchronization/Attic/MultipleClientSynchronizationTestCase.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
  --- MultipleClientSynchronizationTestCase.java	5 Nov 2007 08:23:05 -0000	1.1.2.5
  +++ MultipleClientSynchronizationTestCase.java	6 Nov 2007 07:53:29 -0000	1.1.2.6
  @@ -48,7 +48,7 @@
   /**
    * 
    * @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 Jul 31, 2007
    * </p>
  @@ -142,7 +142,7 @@
         }
         
         // Wait for clients to disconnect.
  -      for (int i = 0; i < 30; i++)
  +      for (int i = 0; i < 60; i++)
         {
            synchronized (lock)
            {
  @@ -153,7 +153,7 @@
            
            try
            {
  -            Thread.sleep(1000);
  +            Thread.sleep(2000);
            }
            catch (Exception e)
            {
  @@ -232,7 +232,7 @@
         }
         
         // Wait for clients to disconnect.
  -      for (int i = 0; i < 30; i++)
  +      for (int i = 0; i < 60; i++)
         {
            synchronized (lock)
            {
  @@ -243,7 +243,7 @@
            
            try
            {
  -            Thread.sleep(1000);
  +            Thread.sleep(2000);
            }
            catch (Exception e)
            {
  
  
  



More information about the jboss-cvs-commits mailing list