From df841ab4f9a4b17c5aea04921150245dadf9ae96 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Wed, 7 Aug 2024 09:51:38 -0400 Subject: [PATCH] even more timeout --- deploy/local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/local.yml b/deploy/local.yml index 12e49f7b98..54ad550387 100644 --- a/deploy/local.yml +++ b/deploy/local.yml @@ -39,8 +39,8 @@ services: test: curl --fail http://localhost:4001/_health || exit 1 interval: 30s retries: 20 - start_period: 180s - timeout: 60s + start_period: 240s + timeout: 30s volumes: - ../:/app