[jbossws-commits] JBossWS SVN: r3368 - trunk/build/hudson/jboss/bin.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 1 11:01:54 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-01 11:01:54 -0400 (Fri, 01 Jun 2007)
New Revision: 3368

Modified:
   trunk/build/hudson/jboss/bin/http-spider.sh
Log:
Restore previous timeout settings

Modified: trunk/build/hudson/jboss/bin/http-spider.sh
===================================================================
--- trunk/build/hudson/jboss/bin/http-spider.sh	2007-06-01 14:53:27 UTC (rev 3367)
+++ trunk/build/hudson/jboss/bin/http-spider.sh	2007-06-01 15:01:54 UTC (rev 3368)
@@ -14,9 +14,9 @@
 #
 #############################################################
 
-TIMEOUT=10           # wget timeout in sec
-SLEEP_TIME=5		# the actual sleep time in between test
-NUM_RETRIES=2 		# equals 120 seconds before exit
+TIMEOUT=2           	# wget timeout in sec
+SLEEP_TIME=10			# the actual sleep time in between test
+NUM_RETRIES=12 		# equals 120 seconds before exit
 
 if [ "x$1" = "x" ]; then
 	echo "Usage: http.sh <hostname:port> <output_dir>"		




More information about the jbossws-commits mailing list