From 551c894f179d0c6ca94e15423d051acf1498a1c7 Mon Sep 17 00:00:00 2001 From: tierno Date: Thu, 7 Feb 2019 14:42:14 +0100 Subject: [PATCH] increase start period at RO docker healthcheck Change-Id: Id9c83022c9b5091142e6abb1d3e3c24b162eb400 Signed-off-by: tierno --- docker/RO/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index 86b532ca..e5c29d18 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -49,6 +49,6 @@ ENV RO_DB_OVIM_PORT=3306 ENV RO_DB_NAME=mano_db ENV RO_DB_OVIM_NAME=mano_vim_db -HEALTHCHECK --start-period=30s --interval=10s --timeout=5s --retries=12 \ +HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12 \ CMD curl --silent --fail localhost:9090/openmano/tenants || exit 1 CMD /bin/RO/start.sh -- 2.25.1