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

Ron Sigal ron_sigal at yahoo.com
Fri Nov 2 15:06:59 EDT 2007


  User: rsigal  
  Date: 07/11/02 15:06:59

  Modified:    src/tests/org/jboss/test/remoting/lease/synchronization 
                        Tag: remoting_2_x
                        MultipleClientSynchronizationTestCase.java
  Log:
  JBREM-800:  ClientThread wakes up every 100 microseconds.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +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.2.3
  retrieving revision 1.1.2.4
  diff -u -b -r1.1.2.3 -r1.1.2.4
  --- MultipleClientSynchronizationTestCase.java	2 Sep 2007 21:02:14 -0000	1.1.2.3
  +++ MultipleClientSynchronizationTestCase.java	2 Nov 2007 19:06:59 -0000	1.1.2.4
  @@ -48,7 +48,7 @@
   /**
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.3 $
  + * @version $Revision: 1.1.2.4 $
    * <p>
    * Copyright Jul 31, 2007
    * </p>
  @@ -256,7 +256,7 @@
            {
               while (!startFlag.value)
               {
  -               try {Thread.sleep(10);} catch (InterruptedException e) {}
  +               try {Thread.sleep(100);} catch (InterruptedException e) {}
               }
               
               log.debug("client got start flag (" + id + "): " + client.getSessionId());
  @@ -273,7 +273,7 @@
               log.debug("client waiting for stop flag (" + id + "): " + client.getSessionId());
               while (!stopFlag.value)
               {
  -               try {Thread.sleep(10);} catch (InterruptedException e) {}
  +               try {Thread.sleep(100);} catch (InterruptedException e) {}
               }
               
               log.debug("client got stop flag (" + id + "): " + client.getSessionId());
  
  
  



More information about the jboss-cvs-commits mailing list