fix: Increase timeout for SessionStart command in hooks.json

This commit is contained in:
Alex Newman
2025-10-25 23:34:52 -04:00
parent d94a11e2e1
commit 5ebf6c8aec
+1 -1
View File
@@ -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
}
]
}