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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 4 02:55:10 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-04 02:55:10 -0400 (Wed, 04 Jun 2008)
New Revision: 7303

Modified:
   framework/trunk/hudson/jboss/bin/http-spider.sh
Log:
rollback previous commit (svn merge -r 7273:7272 .)

Modified: framework/trunk/hudson/jboss/bin/http-spider.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/http-spider.sh	2008-06-04 05:52:45 UTC (rev 7302)
+++ framework/trunk/hudson/jboss/bin/http-spider.sh	2008-06-04 06:55:10 UTC (rev 7303)
@@ -14,9 +14,9 @@
 #
 #############################################################
 
-TIMEOUT=3           # wget timeout in sec
+TIMEOUT=2           # wget timeout in sec
 SLEEP_TIME=10		# the actual sleep time in between test
-NUM_RETRIES=30 		# equals 300 seconds before exit
+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