Author: thomas.diesler(a)jboss.com
Date: 2008-01-10 04:15:16 -0500 (Thu, 10 Jan 2008)
New Revision: 5451
Modified:
framework/trunk/hudson/jboss/bin/http-spider.sh
Log:
NUM_RETRIES=18 # equals 180 seconds before exit
Modified: framework/trunk/hudson/jboss/bin/http-spider.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/http-spider.sh 2008-01-10 09:00:26 UTC (rev 5450)
+++ framework/trunk/hudson/jboss/bin/http-spider.sh 2008-01-10 09:15:16 UTC (rev 5451)
@@ -14,9 +14,9 @@
#
#############################################################
-TIMEOUT=2 # wget timeout in sec
-SLEEP_TIME=10 # the actual sleep time in between test
-NUM_RETRIES=12 # equals 120 seconds before exit
+TIMEOUT=2 # wget timeout in sec
+SLEEP_TIME=10 # the actual sleep time in between test
+NUM_RETRIES=18 # equals 180 seconds before exit
if [ "x$1" = "x" ]; then
echo "Usage: http.sh <hostname:port> <output_dir>"
Show replies by date