We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef22641 commit df74639Copy full SHA for df74639
docker_db.sh
@@ -34,7 +34,7 @@ mysql_8_0() {
34
fi
35
n=$((n+1))
36
echo "Waiting for MySQL to start..."
37
- sleep 3
+ sleep 5
38
done
39
if [ "$n" -ge 5 ]; then
40
echo "MySQL failed to start and configure after 15 seconds"
@@ -58,7 +58,7 @@ mysql_8_1() {
58
59
60
61
62
63
64
@@ -82,7 +82,7 @@ mysql_8_2() {
82
83
84
85
86
87
88
0 commit comments