Skip to content

Commit

Permalink
test: mariadbupgrade can be slow
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jun 11, 2024
1 parent 76b7b9e commit b6b316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ fi
sleep 1
done

runandwait -e MARIADB_AUTO_UPGRADE=1 -v m57:/var/lib/mysql:Z "${image}"
DOCKER_LIBRARY_START_TIMEOUT=$(( ${DOCKER_LIBRARY_START_TIMEOUT:-10} * 7 )) runandwait -e MARIADB_AUTO_UPGRADE=1 -v m57:/var/lib/mysql:Z "${image}"

version=$(mariadbclient --skip-column-names -B -u root -pbob -e "SELECT VERSION()")

Expand Down

0 comments on commit b6b316d

Please sign in to comment.