Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 92b3c01

Browse files
author
Rebecca Graber
authored
feat: increase wait time for mysql to come up (#910)
1 parent 2580753 commit 92b3c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ done
138138

139139
# In the event of a fresh MySQL container, wait a few seconds for the server to restart
140140
# See https://github.com/docker-library/mysql/issues/245 for why this is necessary.
141-
sleep 5
141+
sleep 10
142142
echo -e "${GREEN}MySQL ready.${NC}"
143143

144144

0 commit comments

Comments
 (0)