[jbossws-commits] JBossWS SVN: r5451 - framework/trunk/hudson/jboss/bin.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jan 10 04:15:17 EST 2008


Author: thomas.diesler at 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>"		




More information about the jbossws-commits mailing list