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 e6b9ab6 commit 76b22adCopy full SHA for 76b22ad
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Wait for MySQL to be ready
39
run: |
40
- for i in {1..60}; do
+ for i in {1..120}; do
41
if mysqladmin ping -h mysql -P 3306 -u sampleuser -p"samplepassword" --silent; then
42
echo "MySQL is ready!"
43
break
0 commit comments