You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/04/23 13:26:05 UTC

svn commit: r1792360 - /axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/DocLitWrappedPortImpl.java

Author: veithen
Date: Sun Apr 23 13:26:05 2017
New Revision: 1792360

URL: http://svn.apache.org/viewvc?rev=1792360&view=rev
Log:
Make AsyncExecutorTests more robust.

Modified:
    axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/DocLitWrappedPortImpl.java

Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/DocLitWrappedPortImpl.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/DocLitWrappedPortImpl.java?rev=1792360&r1=1792359&r2=1792360&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/DocLitWrappedPortImpl.java (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/DocLitWrappedPortImpl.java Sun Apr 23 13:26:05 2017
@@ -131,7 +131,7 @@ public class DocLitWrappedPortImpl imple
                 sec--;
 
                 //msg.wait(500);
-                myThread.sleep(500);
+                myThread.sleep(15000);
             }
 
         }