mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 19:49:38 -04:00
Merge pull request #1993 from nextcloud/wait-600-seconds-for-mysqlmb4
adjust autotest.sh to also wait 600 seconds for mysqlmb4
This commit is contained in:
commit
f697c594a0
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue