Author: thomas.diesler(a)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>"
Show replies by date