Skip to content

Commit 76b22ad

Browse files
fix actions
1 parent e6b9ab6 commit 76b22ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Wait for MySQL to be ready
3939
run: |
40-
for i in {1..60}; do
40+
for i in {1..120}; do
4141
if mysqladmin ping -h mysql -P 3306 -u sampleuser -p"samplepassword" --silent; then
4242
echo "MySQL is ready!"
4343
break

0 commit comments

Comments
 (0)