mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Update process hot timeout
This commit is contained in:
@@ -251,7 +251,7 @@ interface TerminalProcessEvents {
|
||||
}
|
||||
|
||||
// how long to wait after a process outputs anything before we consider it "cool" again
|
||||
const PROCESS_HOT_TIMEOUT = 2_500
|
||||
const PROCESS_HOT_TIMEOUT = 3_500
|
||||
|
||||
export class TerminalProcess extends EventEmitter<TerminalProcessEvents> {
|
||||
waitForShellIntegration: boolean = true
|
||||
|
||||
Reference in New Issue
Block a user