Author: alessio.soldano(a)jboss.com
Date: 2012-07-25 04:24:48 -0400 (Wed, 25 Jul 2012)
New Revision: 16529
Modified:
hudson/trunk/scripts/http-spider.sh
Log:
Try every 5 sec...
Modified: hudson/trunk/scripts/http-spider.sh
===================================================================
--- hudson/trunk/scripts/http-spider.sh 2012-07-25 08:21:46 UTC (rev 16528)
+++ hudson/trunk/scripts/http-spider.sh 2012-07-25 08:24:48 UTC (rev 16529)
@@ -13,8 +13,8 @@
#############################################################
TIMEOUT=2 # wget timeout in sec
-SLEEP_TIME=10 # the actual sleep time in between test
-NUM_RETRIES=30 # equals to 5 minutes before exit
+SLEEP_TIME=5 # the actual sleep time in between test
+NUM_RETRIES=60 # equals to 5 minutes before exit
if [ "x$1" = "x" ]; then
echo "Usage: http.sh <hostname:port> <output_dir>"
Show replies by date