From 5c57733c7278bf5e6843e34d811f362e8c1c9c13 Mon Sep 17 00:00:00 2001 From: Johnny Hughes <johnny@centos.org> Date: Fri, 08 Feb 2019 14:06:42 +0000 Subject: [PATCH] revert i286 tomcat change --- tests/p_tomcat/1-config_tomcat.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 @@ 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" -- Gitblit v1.8.0