From 1606120f33b217a4e04996c682b2116f10008552 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Feb 08 2019 13:29:51 +0000 Subject: add 300 second delay to i386 tomcat setup --- diff --git a/tests/p_tomcat/1-config_tomcat.sh b/tests/p_tomcat/1-config_tomcat.sh index 18e4eb5..215a95b 100755 --- a/tests/p_tomcat/1-config_tomcat.sh +++ b/tests/p_tomcat/1-config_tomcat.sh @@ -24,7 +24,7 @@ fi service $TOMCAT_SRV_NAME restart # we need extra sec for tomcat (and even more time for armhfp) -if [ "$uname_arch" == "armv7l" ]; then +if [ "$uname_arch" == "armv7l" ] || [ "$uname_arch" == "i686" ]; then sleep_time="300" else sleep_time="10"