Author: richard.opalka(a)jboss.com
Date: 2008-07-25 10:41:44 -0400 (Fri, 25 Jul 2008)
New Revision: 7911
Modified:
framework/trunk/hudson/jboss/bin/http-spider.sh
Log:
increase timeout
Modified: framework/trunk/hudson/jboss/bin/http-spider.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/http-spider.sh 2008-07-25 14:05:40 UTC (rev 7910)
+++ framework/trunk/hudson/jboss/bin/http-spider.sh 2008-07-25 14:41:44 UTC (rev 7911)
@@ -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=24 # equals 180 seconds before exit
if [ "x$1" = "x" ]; then
echo "Usage: http.sh <hostname:port> <output_dir>"
Show replies by date