[picketlink-commits] Picketlink SVN: r1448 - integration-tests/trunk/ant-scripts.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Tue Feb 28 11:49:31 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-02-28 11:49:30 -0500 (Tue, 28 Feb 2012)
New Revision: 1448

Modified:
   integration-tests/trunk/ant-scripts/ant-build.xml
Log:
change wait to 10secs

Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml	2012-02-28 16:01:27 UTC (rev 1447)
+++ integration-tests/trunk/ant-scripts/ant-build.xml	2012-02-28 16:49:30 UTC (rev 1448)
@@ -186,9 +186,9 @@
              <http url="http://localhost:8080/idp-sig/" />
      </waitfor>
      <echo>:Local 8080 Started</echo> 
-     <echo>Going to wait 5 seconds for server to fully start up</echo> 
-     <sleep seconds="5"/>
-     <echo>Sleep of 5 seconds Done.</echo> 
+     <echo>Going to wait 10 seconds for server to fully start up</echo> 
+     <sleep seconds="10"/>
+     <echo>Sleep of 10 seconds Done.</echo> 
   </target>
 
   <target name="start-jboss5" depends="copy-picketlink-jbas5" >



More information about the picketlink-commits mailing list