From 2b8e90ddf1e834ac3822ecc9f0336bec9cc0a622 Mon Sep 17 00:00:00 2001 From: pederhan Date: Fri, 24 Apr 2026 14:44:06 +0200 Subject: [PATCH] CI: Increase health check start period --- ci/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker-compose.yml b/ci/docker-compose.yml index 126ceeea..edf79a88 100644 --- a/ci/docker-compose.yml +++ b/ci/docker-compose.yml @@ -32,7 +32,7 @@ services: interval: 5s timeout: 5s retries: 10 - start_period: 5s + start_period: 30s # The purpose of the dummy container is to depend on the mreg container, # so the "docker compose" command won't return until mreg is up and running.