Skip to content
Snippets Groups Projects
Unverified Commit 83770651 authored by Morris Jobke's avatar Morris Jobke
Browse files

adjust autotest.sh to also wait 600 seconds for mysqlmb4


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 9ebbb3c6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment