Browse Source

Merge pull request #1993 from nextcloud/wait-600-seconds-for-mysqlmb4

adjust autotest.sh to also wait 600 seconds for mysqlmb4
pull/1996/head
Morris Jobke 9 years ago
committed by GitHub
parent
commit
f697c594a0
  1. 4
      autotest.sh

4
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

Loading…
Cancel
Save