From fb56a019d43e2bc31a4e3b3ffb6c721bf7e19500 Mon Sep 17 00:00:00 2001 From: mtojek Date: Wed, 22 Dec 2021 14:51:39 +0100 Subject: [PATCH] Flaky: increase boot timeout --- internal/profile/_static/docker-compose-stack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/profile/_static/docker-compose-stack.yml b/internal/profile/_static/docker-compose-stack.yml index 07472145c5..35d2f9a25e 100644 --- a/internal/profile/_static/docker-compose-stack.yml +++ b/internal/profile/_static/docker-compose-stack.yml @@ -72,7 +72,7 @@ services: condition: service_healthy healthcheck: test: "curl -f http://127.0.0.1:8220/api/status | grep HEALTHY 2>&1 >/dev/null" - retries: 12 + retries: 60 interval: 5s hostname: docker-fleet-server environment: @@ -97,7 +97,7 @@ services: condition: service_healthy healthcheck: test: "elastic-agent status" - retries: 90 + retries: 180 interval: 1s hostname: docker-fleet-agent environment: