Skip to content

Commit

Permalink
Merge pull request #122 from tmarzeion/SDK-181
Browse files Browse the repository at this point in the history
SDK-181 - Increased docker MySQL initialization time
  • Loading branch information
rkorytkowski authored Dec 28, 2016
2 parents 6a02222 + 98d33ef commit 31928cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-plugin/src/main/resources/build-distro/startup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# wait for mysql to initialise
/usr/local/tomcat/wait-for-it.sh --timeout=120 mysql:3306
/usr/local/tomcat/wait-for-it.sh --timeout=3600 mysql:3306

# start tomcat
/usr/local/tomcat/bin/catalina.sh run

0 comments on commit 31928cf

Please sign in to comment.