michaelruocco / embedded-mysql-plugin

gradle plugin for embedded mysql
17 stars 8 forks source link

Enable startup/shutdown timeout override #10

Closed svoeller99 closed 6 years ago

svoeller99 commented 6 years ago

Allows the default startup/shutdown timeout for the underlying wix-embedded-mysql library to be overridden from a default of 30 seconds (per https://github.com/wix/wix-embedded-mysql/blob/master/wix-embedded-mysql/src/main/java/com/wix/mysql/config/MysqldConfig.java#L109)

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.01%) to 99.231% when pulling c0db38bdb30961c5199d041c15deeca0777f5972 on svoeller99:enable-timeout-override into b0c3d193e6a6f72be5699500d0c82661dab677f0 on michaelruocco:master.

michaelruocco commented 6 years ago

Thanks for the contribution! I have just published version 2.1.7 to maven central, it should be available shortly.