[jboss-cvs] JBossAS SVN: r86948 - projects/jboss-osgi/trunk/build/hudson/jboss/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 05:18:03 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-08 05:18:03 -0400 (Wed, 08 Apr 2009)
New Revision: 86948

Modified:
   projects/jboss-osgi/trunk/build/hudson/jboss/bin/http-spider.sh
Log:
tiemout jboss startup after 60sec, was 36sec

Modified: projects/jboss-osgi/trunk/build/hudson/jboss/bin/http-spider.sh
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/jboss/bin/http-spider.sh	2009-04-08 08:58:57 UTC (rev 86947)
+++ projects/jboss-osgi/trunk/build/hudson/jboss/bin/http-spider.sh	2009-04-08 09:18:03 UTC (rev 86948)
@@ -16,7 +16,7 @@
 
 TIMEOUT=2           # wget timeout in sec
 SLEEP_TIME=10		# the actual sleep time in between test
-NUM_RETRIES=18 		# equals 180 seconds before exit
+NUM_RETRIES=30 		# equals 60 seconds before exit
 
 if [ "x$1" = "x" -o "x$2" = "x" ]; then
 	echo "Usage: http-spider.sh <hostname:port> <output_dir>"		




More information about the jboss-cvs-commits mailing list