From 5ebf6c8aece3aa31dd8402e221b0ca945e244e09 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sat, 25 Oct 2025 23:34:52 -0400 Subject: [PATCH] fix: Increase timeout for SessionStart command in hooks.json --- plugin/hooks/hooks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index 94840888..dde39fe8 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -8,7 +8,7 @@ { "type": "command", "command": "cd \"${CLAUDE_PLUGIN_ROOT}/..\" && npm install --prefer-offline --no-audit --no-fund --loglevel=error && node ${CLAUDE_PLUGIN_ROOT}/scripts/context-hook.js", - "timeout": 120 + "timeout": 300 } ] }