From 37748c52ba50322e1b89709f7bfa4eb4edf391b2 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Tue, 6 Aug 2024 16:47:23 -0400 Subject: [PATCH] more timeout --- deploy/dev-standalone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/dev-standalone.yml b/deploy/dev-standalone.yml index 705cb0b4db..37ba8592bd 100644 --- a/deploy/dev-standalone.yml +++ b/deploy/dev-standalone.yml @@ -40,8 +40,8 @@ services: healthcheck: test: curl --fail http://localhost:4001/_health || exit 1 interval: 15s - retries: 5 - start_period: 100s - timeout: 30s + retries: 10 + start_period: 180s + timeout: 60s volumes: - ../:/app