Author: veithen
Date: Wed Jan  3 13:10:11 2018
New Revision: 1819967

URL: http://svn.apache.org/viewvc?rev=1819967&view=rev
Log:
Remove unnecessary Thread.sleap to speed up test execution.

Modified:
    
axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/integration/UtilServer.java

Modified: 
axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/integration/UtilServer.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/integration/UtilServer.java?rev=1819967&r1=1819966&r2=1819967&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/integration/UtilServer.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/integration/UtilServer.java
 Wed Jan  3 13:10:11 2018
@@ -94,12 +94,6 @@ public class UtilServer {
         } catch (Exception e) {
             e.printStackTrace();
         }
-
-        try {
-            Thread.sleep(2000);
-        } catch (InterruptedException e1) {
-            throw new AxisFault("Thread interuptted", e1);
-        }
     }
 
     public static ConfigurationContext getNewConfigurationContext(


Reply via email to