You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2011/05/30 12:59:25 UTC

svn commit: r1129123 - in /cxf/branches/2.3.x-fixes: ./ rt/javascript/src/test/java/org/apache/cxf/javascript/AnyTest.java

Author: ffang
Date: Mon May 30 10:59:24 2011
New Revision: 1129123

URL: http://svn.apache.org/viewvc?rev=1129123&view=rev
Log:
Merged revisions 1129120 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1129120 | ffang | 2011-05-30 18:31:38 +0800 (δΈ€, 30  5 2011) | 1 line
  
  [CXF-3556]javascript AnyTest failed intermittently 
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/AnyTest.java

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/AnyTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/AnyTest.java?rev=1129123&r1=1129122&r2=1129123&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/AnyTest.java (original)
+++ cxf/branches/2.3.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/AnyTest.java Mon May 30 10:59:24 2011
@@ -152,7 +152,7 @@ public class AnyTest extends JavascriptR
             testUtilities.rhinoCallConvert("testAny1ToClientChalk", Notifier.class, 
                                            testUtilities.javaToJS(getAddress()));
         
-        boolean notified = notifier.waitForJavascript(1000 * 10);
+        boolean notified = notifier.waitForJavascript(1000 * 20);
         assertTrue(notified);
         Integer errorStatus = testUtilities.rhinoEvaluateConvert("globalErrorStatus", Integer.class);
         assertNull(errorStatus);