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

Ron Sigal ron_sigal at yahoo.com
Wed Nov 7 03:05:08 EST 2007


  User: rsigal  
  Date: 07/11/07 03:05:08

  Modified:    src/tests/org/jboss/test/remoting/callback/asynch  Tag:
                        remoting_2_x AsynchCallbackTestClientRoot.java
  Log:
  JBREM-800:  Wait longer for completion of callback
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AsynchCallbackTestClientRoot.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -b -r1.1.2.6 -r1.1.2.7
  --- AsynchCallbackTestClientRoot.java	6 Nov 2007 23:31:28 -0000	1.1.2.6
  +++ AsynchCallbackTestClientRoot.java	7 Nov 2007 08:05:08 -0000	1.1.2.7
  @@ -39,7 +39,7 @@
    * for a set of transport specific tests of the asynchronous callback facility.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.6 $
  + * @version $Revision: 1.1.2.7 $
    * <p>
    * Copyright Nov 25, 2006
    * </p>
  @@ -71,7 +71,7 @@
         Boolean done = (Boolean) client.invoke(AsynchCallbackTestServerRoot.GET_STATUS);
         log.info("done 1: " + done);
         assertFalse(done.booleanValue());
  -      Thread.sleep(6000);
  +      Thread.sleep(8000);
         done = (Boolean) client.invoke(AsynchCallbackTestServerRoot.GET_STATUS);
         log.info("done 2: " + done);
         assertTrue(done.booleanValue());
  
  
  



More information about the jboss-cvs-commits mailing list