[BUG]
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: <!-- output of
claude --version--> - Operating System: <!-- e.g. macOS 14.3, Windows 11, Ubuntu 22.04 -->
- Terminal: <!-- e.g. iTerm2, Terminal App -->
Bug Description
Increase default Bash tool timeout from 2 minutes to 10 minutes
Issue Description:
The current default timeout of 2 minutes (120,000ms) for the Bash tool is too
short for many common development tasks. This causes frequent timeouts during:
- Package installations (npm install, pip install)
- Build processes
- Test suites
- Database migrations
- Docker operations
Requested Solution:
Either:
- Increase the default timeout to 10 minutes (600,000ms)
- Make command execution faster like Cursor IDE
- Allow users to configure a custom default timeout in settings
Current Workaround:
Users must manually specify timeout: 600000 for each command that might take
longer than 2 minutes.
Impact:
This timeout limitation interrupts development workflow and forces users to
restart failed operations multiple times.
Steps to Reproduce
- <!-- First step -->
- <!-- Second step -->
- <!-- And so on... -->
Expected Behavior
<!-- What you expected to happen -->
Actual Behavior
<!-- What actually happened -->
Additional Context
<!-- Add any other context about the problem here, such as screenshots, logs, etc. -->
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗