Skip to content

Commit

Permalink
Increased timeout when waiting for MySQL Docker container
Browse files Browse the repository at this point in the history
It caused errors when building with GitHub Actions on MacOS
  • Loading branch information
jasonravagli committed Nov 12, 2021
1 parent dcbe7fb commit 650237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</env>
<wait>
<log>.*mysqld: ready for connections.*port: 3306.*</log>
<time>20000</time>
<time>40000</time>
</wait>

<volumes>
Expand Down

0 comments on commit 650237d

Please sign in to comment.