Browse Source

Update process hot timeout

Saoud Rizwan 1 year ago
parent
commit
7964737d72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/integrations/TerminalManager.ts

+ 1 - 1
src/integrations/TerminalManager.ts

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