From 83770651bc25e4919c55b5e36024e379f0b1d4e2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 3 Nov 2016 09:45:16 +0100 Subject: adjust autotest.sh to also wait 600 seconds for mysqlmb4 Signed-off-by: Morris Jobke --- autotest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autotest.sh') diff --git a/autotest.sh b/autotest.sh index 61e7426ab99..f53d37ec09b 100755 --- a/autotest.sh +++ b/autotest.sh @@ -240,8 +240,8 @@ function execute_tests { echo "Waiting for MySQL(utf8mb4) initialisation ..." - if ! apps/files_external/tests/env/wait-for-connection $DATABASEHOST 3306 60; then - echo "[ERROR] Waited 60 seconds, no response" >&2 + if ! apps/files_external/tests/env/wait-for-connection $DATABASEHOST 3306 600; then + echo "[ERROR] Waited 600 seconds, no response" >&2 exit 1 fi sleep 1 -- cgit v1.2.3