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

Ron Sigal ron_sigal at yahoo.com
Mon Nov 12 16:27:25 EST 2007


  User: rsigal  
  Date: 07/11/12 16:27:25

  Modified:    src/tests/org/jboss/test/remoting/oneway  Tag: remoting_2_x
                        OnewayInvokerClientTest.java
  Log:
  JBREM-800:  Extended Thread.sleep() before checking for completion of oneway invocation.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.10.1  +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/oneway/OnewayInvokerClientTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayInvokerClientTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/oneway/OnewayInvokerClientTest.java,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -b -r1.4 -r1.4.10.1
  --- OnewayInvokerClientTest.java	30 Dec 2005 05:26:44 -0000	1.4
  +++ OnewayInvokerClientTest.java	12 Nov 2007 21:27:25 -0000	1.4.10.1
  @@ -89,7 +89,7 @@
         // simple invoke
         String param = "bar";
         makeServerOnewayInvocation("saveInvocationParameter", param);
  -      Thread.currentThread().sleep(1000);
  +      Thread.currentThread().sleep(4000);
         Object obj = makeInvocation("getLastInvocationParameter", null);
   
         checkAssertion(param, obj);
  
  
  



More information about the jboss-cvs-commits mailing list