You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bash timeout to properly kill long-running processes
- Use SIGKILL instead of default signal for more forceful termination
- Don't wait for killed processes to avoid hanging
- Add comprehensive test for 120s sleep with 2s timeout
- Timeout now correctly terminates processes within specified time
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments