Skip to content

Commit

Permalink
SDK-181 - Increased docker MySQL initialization time
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarzeion committed Dec 28, 2016
1 parent 6a02222 commit 98d33ef
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 98d33ef

Please sign in to comment.