[jbpm-commits] JBoss JBPM SVN: r5278 - jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 9 17:47:48 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-07-09 17:47:48 -0400 (Thu, 09 Jul 2009)
New Revision: 5278

Modified:
   jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh
Log:
increase spider timeout to give jboss 5 runs better chances of succeeding

Modified: jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh	2009-07-09 19:13:53 UTC (rev 5277)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh	2009-07-09 21:47:48 UTC (rev 5278)
@@ -14,9 +14,9 @@
 #
 #############################################################
 
-TIMEOUT=2           # wget timeout in sec
-SLEEP_TIME=10		# the actual sleep time in between test
-NUM_RETRIES=18 		# equals 180 seconds before exit
+TIMEOUT=5       # wget timeout in sec
+SLEEP_TIME=30   # the actual sleep time in between test
+NUM_RETRIES=10  # equals 5 minutes before exit
 
 if [ "x$1" = "x" ]; then
 	echo "Usage: http.sh <hostname:port> <output_dir>"		




More information about the jbpm-commits mailing list