Author: richard.opalka(a)jboss.com
Date: 2008-06-03 03:38:21 -0400 (Tue, 03 Jun 2008)
New Revision: 7273
Modified:
framework/trunk/hudson/jboss/bin/http-spider.sh
Log:
increase timeout values
Modified: framework/trunk/hudson/jboss/bin/http-spider.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/http-spider.sh 2008-06-02 16:30:44 UTC (rev 7272)
+++ framework/trunk/hudson/jboss/bin/http-spider.sh 2008-06-03 07:38:21 UTC (rev 7273)
@@ -14,9 +14,9 @@
#
#############################################################
-TIMEOUT=2 # wget timeout in sec
+TIMEOUT=3 # 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 300 seconds before exit
if [ "x$1" = "x" ]; then
echo "Usage: http.sh <hostname:port> <output_dir>"
Show replies by date