Author: veithen
Date: Sun Apr 23 16:15:55 2017
New Revision: 1792374
URL: http://svn.apache.org/viewvc?rev=1792374&view=rev
Log:
Revert r1792360; it doesn't fix the problem with AsyncExcecutorTests.
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=1792374&r1=1792373&r2=1792374&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 16:15:55 2017
@@ -131,7 +131,7 @@ public class DocLitWrappedPortImpl imple
sec--;
//msg.wait(500);
- myThread.sleep(15000);
+ myThread.sleep(500);
}
}