From 8bce9322f2762354c11dea1b3db40ea1c9003f70 Mon Sep 17 00:00:00 2001 From: Andrei Tsaregorodtsev Date: Thu, 12 Sep 2024 17:45:10 +0200 Subject: [PATCH] fix: increase start_period for the elasticsearch service --- tests/CI/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CI/docker-compose.yml b/tests/CI/docker-compose.yml index 472da21809a..d25387abc4c 100644 --- a/tests/CI/docker-compose.yml +++ b/tests/CI/docker-compose.yml @@ -31,7 +31,7 @@ services: interval: 5s timeout: 2s retries: 15 - start_period: 60s + start_period: 150s pull_policy: always iam-login-service: