diff --git a/applications/java-spring-website/java-spring-website.yaml b/applications/java-spring-website/java-spring-website.yaml index cfc6a7b..4803b1e 100644 --- a/applications/java-spring-website/java-spring-website.yaml +++ b/applications/java-spring-website/java-spring-website.yaml @@ -68,7 +68,7 @@ configuration: # to validate it is up healthcheck: script: healthcheck.sh - timeout: 600 + timeout: 1200 debugging: connection_protocol: SSH diff --git a/applications/mysql/mysql.yaml b/applications/mysql/mysql.yaml index 6a3440d..ff8b10d 100644 --- a/applications/mysql/mysql.yaml +++ b/applications/mysql/mysql.yaml @@ -63,7 +63,7 @@ configuration: # the ports are available healthcheck: wait_for_ports: ALL - timeout: 180 + timeout: 300 debugging: connection_protocol: SSH diff --git a/applications/wordpress/wordpress.yaml b/applications/wordpress/wordpress.yaml index a82688f..9653069 100644 --- a/applications/wordpress/wordpress.yaml +++ b/applications/wordpress/wordpress.yaml @@ -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