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"