[jbossws-commits] JBossWS SVN: r7308 - framework/trunk/testsuite/test/java/org/jboss/test/ws/projectGenerator.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 4 04:28:37 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-04 04:28:37 -0400 (Wed, 04 Jun 2008)
New Revision: 7308

Modified:
   framework/trunk/testsuite/test/java/org/jboss/test/ws/projectGenerator/ProjectGeneratorTestCase.java
Log:
increase scanner wait period

Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/projectGenerator/ProjectGeneratorTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/projectGenerator/ProjectGeneratorTestCase.java	2008-06-04 08:06:56 UTC (rev 7307)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/projectGenerator/ProjectGeneratorTestCase.java	2008-06-04 08:28:37 UTC (rev 7308)
@@ -91,8 +91,8 @@
       try
       {
          assertStatusCode(executeCommand("ant -f " + projectBuild + " deploy"), "Error while compiling / deploying the user project!");
-         //Sleeping 6 sec to let the deployment scanner pick up the user project jar
-         Thread.sleep(6000);
+         //Sleeping 15 sec to let the deployment scanner pick up the user project jar
+         Thread.sleep(15000);
          //Running the actual test
          URL wsdlURL = new URL(endpointURL + "?wsdl");
          QName serviceName = new QName(targetNS, "EndpointService");




More information about the jbossws-commits mailing list