Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 089d0da1 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Increase docker health wait time

parent 1dde50a8
No related branches found
No related tags found
No related merge requests found
Pipeline #132649 failed
......@@ -103,7 +103,7 @@ WORKDIR $WL_DOMAIN_HOME
# Expose ports for admin, managed server, and debug
EXPOSE $WL_ADMIN_PORT $WL_ADMIN_HTTPS_PORT $WL_MANAGED_SERVER_PORT $WL_DEBUG_PORT
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=20 \
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=30 \
CMD ${ORACLE_HOME}/healtcheck.sh || exit 1
# Define default command to start bash.
......
......@@ -102,7 +102,7 @@ WORKDIR $WL_DOMAIN_HOME
# Expose ports for admin, managed server, and debug
EXPOSE $WL_ADMIN_PORT $WL_ADMIN_HTTPS_PORT $WL_MANAGED_SERVER_PORT $WL_DEBUG_PORT
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=20 \
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=30 \
CMD ${ORACLE_HOME}/healtcheck.sh || exit 1
# Define default command to start bash.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment