From 5375c991ba426b493866e2d58e38951ab6d56400 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 26 Nov 2025 16:04:34 +0800 Subject: [PATCH] fix: Increase timeout for CLI execution to 10 minutes --- .claude/commands/workflow/lite-execute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/workflow/lite-execute.md b/.claude/commands/workflow/lite-execute.md index b3cb44df..6c9f6cbc 100644 --- a/.claude/commands/workflow/lite-execute.md +++ b/.claude/commands/workflow/lite-execute.md @@ -455,7 +455,7 @@ Complexity: ${planObject.complexity} // Launch CLI in foreground (NOT background) bash_result = Bash( command=cli_command, - timeout=600000 // 10 minutes + timeout=6000000 // 10 minutes ) // Update TodoWrite when execution completes