[jbpm-commits] JBoss JBPM SVN: r6976 - jbpm3/branches/jbpm-3.2-soa/ci.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 08:57:35 EDT 2011


Author: marco.rietveld
Date: 2011-07-14 08:57:35 -0400 (Thu, 14 Jul 2011)
New Revision: 6976

Modified:
   jbpm3/branches/jbpm-3.2-soa/ci/container.sh
Log:
Give the container a little more time to get things running. (15 instead of 5 seconds).

Modified: jbpm3/branches/jbpm-3.2-soa/ci/container.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/ci/container.sh	2011-07-14 12:37:46 UTC (rev 6975)
+++ jbpm3/branches/jbpm-3.2-soa/ci/container.sh	2011-07-14 12:57:35 UTC (rev 6976)
@@ -192,7 +192,7 @@
 
 # Was it successfully started?
 for (( TRY=1 ; ; TRY++ )); do
-  curl --head --connect-timeout 5 --fail http://$MYTESTIP_1:8080/jbpm-console
+  curl --head --connect-timeout 15 --fail http://$MYTESTIP_1:8080/jbpm-console
   if [ $? -eq 0 ]; then
     break
   elif [ $TRY -lt 5 ]; then



More information about the jbpm-commits mailing list