diff --git a/tests/p_tomcat/tomcat_manager_test.sh b/tests/p_tomcat/tomcat_manager_test.sh
index ca31401..93d7f08 100755
--- a/tests/p_tomcat/tomcat_manager_test.sh
+++ b/tests/p_tomcat/tomcat_manager_test.sh
@@ -3,6 +3,8 @@
 
 t_Log "Running $0 - Tomcat Web Application Manager test."
 
+sleep 4
+
 curl -u admin:admin -s http://localhost:8080/manager/html | grep "Tomcat Web Application Manager"  >/dev/null 2>&1
 
 t_CheckExitStatus $?