From 04af2ebec9252a563e6ca88308187a255ce7c95c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sat, 25 Oct 2025 14:48:40 +0200 Subject: [PATCH] give it more time for gracefull exit --- dlt-connector/src/config/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlt-connector/src/config/const.ts b/dlt-connector/src/config/const.ts index 9e0b93b46..dc4b0177c 100644 --- a/dlt-connector/src/config/const.ts +++ b/dlt-connector/src/config/const.ts @@ -16,6 +16,6 @@ export const GRADIDO_NODE_RUNTIME_PATH = path.join( ) // if last start was less than this time, do not restart export const GRADIDO_NODE_MIN_RUNTIME_BEFORE_RESTART_MILLISECONDS = 1000 * 30 -export const GRADIDO_NODE_KILL_TIMEOUT_MILLISECONDS = 1000 +export const GRADIDO_NODE_KILL_TIMEOUT_MILLISECONDS = 10000 // currently hard coded in gradido node, update in future export const GRADIDO_NODE_HOME_FOLDER_NAME = '.gradido'