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

Ron Sigal ron_sigal at yahoo.com
Wed Aug 8 01:49:07 EDT 2007


  User: rsigal  
  Date: 07/08/08 01:49:07

  Modified:    src/tests/org/jboss/test/remoting/lease/synchronization 
                        Tag: remoting_2_2_0_GA
                        MultipleClientSynchronizationTestCase.java
  Log:
  JBREM-783:  Extend Thread.sleep() to 15000.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.3   +3 -3      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.4.2
  retrieving revision 1.1.4.3
  diff -u -b -r1.1.4.2 -r1.1.4.3
  --- MultipleClientSynchronizationTestCase.java	2 Aug 2007 06:45:13 -0000	1.1.4.2
  +++ MultipleClientSynchronizationTestCase.java	8 Aug 2007 05:49:07 -0000	1.1.4.3
  @@ -47,7 +47,7 @@
   /**
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.4.2 $
  + * @version $Revision: 1.1.4.3 $
    * <p>
    * Copyright Jul 31, 2007
    * </p>
  @@ -118,7 +118,7 @@
         
         // Stop clients 500..999.
         stop2.value = true;
  -      Thread.sleep(10000);
  +      Thread.sleep(15000);
         
         // Verify that all clients started and stopped successfully.
         for (int i = 0; i < INVOCATIONS; i++)
  @@ -173,7 +173,7 @@
         
         // Stop clients 500..999.
         stop2.value = true;
  -      Thread.sleep(10000);
  +      Thread.sleep(15000);
         
         // Verify that all clients started and stopped successfully.
         for (int i = 0; i < INVOCATIONS; i++)
  
  
  



More information about the jboss-cvs-commits mailing list