Skip to content

Commit 501abf0

Browse files
authored
travis: Sleep more (PyMySQL#772)
1 parent a3c0631 commit 501abf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/initializedb.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
set -exv
55

66
if [ ! -z "${DB}" ]; then
7+
docker pull ${DB}
78
docker run -it --name=mysqld -d -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 ${DB}
9+
sleep 15
810

911
mysql() {
1012
docker exec mysqld mysql "${@}"

0 commit comments

Comments
 (0)