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

Commit a2ceda6

Browse files
committed
build: reduce mysql wait time to 5s in provisioning
It used to be 20s, which really is just overkill.
1 parent 3a8e130 commit a2ceda6

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 20
141+
sleep 5
142142
echo -e "${GREEN}MySQL ready.${NC}"
143143

144144

0 commit comments

Comments
 (0)