Bash Timeouts
Settings environment 640
npx claude-code-templates@latest --setting environment/bash-timeouts Content
JSON
{
"description": "Configure timeout settings for bash command execution. Prevents long-running com..."
"env": {
"BASH_DEFAULT_TIMEOUT_MS": "120000"
"BASH_MAX_TIMEOUT_MS": "600000"
"BASH_MAX_OUTPUT_LENGTH": "100000"
}
}