mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
adjust autotest.sh to also wait 600 seconds for mysqlmb4
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9ebbb3c654
commit
83770651bc
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