Skip to content
2 changes: 1 addition & 1 deletion applications/java-spring-website/java-spring-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ configuration:
# to validate it is up
healthcheck:
script: healthcheck.sh
timeout: 600
timeout: 1200

debugging:
connection_protocol: SSH
2 changes: 1 addition & 1 deletion applications/mysql/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ configuration:
# the ports are available
healthcheck:
wait_for_ports: ALL
timeout: 180
timeout: 300

debugging:
connection_protocol: SSH
2 changes: 1 addition & 1 deletion applications/wordpress/wordpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configuration:
# To validate the installation, we wait to see that the ports are available
healthcheck:
wait_for_ports: ALL
timeout: 600
timeout: 1500

debugging:
connection_protocol: SSH