Update process hot timeout

This commit is contained in:
Saoud Rizwan 2024-09-10 18:21:14 -04:00
parent 728f83f834
commit 7964737d72

View file

@ -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