From 5c57733c7278bf5e6843e34d811f362e8c1c9c13 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Feb 08 2019 14:06:42 +0000 Subject: revert i286 tomcat change --- diff --git a/tests/p_tomcat/1-config_tomcat.sh b/tests/p_tomcat/1-config_tomcat.sh index 215a95b..10fc2ec 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" ] || [ "$uname_arch" == "i686" ]; then +if [ "$uname_arch" == "armv7l" ] ; then sleep_time="300" else sleep_time="10"