Author: jfrederic.clere(a)jboss.com
Date: 2008-01-18 11:28:24 -0500 (Fri, 18 Jan 2008)
New Revision: 1292
Modified:
trunk/build/unix/buildtest.rhel-httpd.sh
Log:
Give more time for shutdown.
Modified: trunk/build/unix/buildtest.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildtest.rhel-httpd.sh 2008-01-18 14:29:29 UTC (rev 1291)
+++ trunk/build/unix/buildtest.rhel-httpd.sh 2008-01-18 16:28:24 UTC (rev 1292)
@@ -68,7 +68,7 @@
# Stop it.
sudo /usr/sbin/chroot $base/$root /opt/jboss/httpd/sbin/apachectl stop
${base}/${root}/jbossas/${JBOSSDIR}/bin/shutdown.sh -S -s ${IPLOCAL}
-sleep 5
+sleep 30
curl -v http://${IPLOCAL}
if [ $? -eq 0 ]; then
echo "Test FAILED can't stop"
Show replies by date