Use compiling markers to set process as hot for longer until new output comes back

This commit is contained in:
Saoud Rizwan
2024-09-10 19:28:08 -04:00
parent 000c863e95
commit 79631aa7f5
2 changed files with 34 additions and 10 deletions

View File

@@ -1790,7 +1790,7 @@ ${
await delay(500) // delay after saving file
await pWaitFor(() => busyTerminals.every((t) => !this.terminalManager.isProcessHot(t.id)), {
interval: 100,
timeout: 7_500,
timeout: 15_000,
}).catch(() => {})
// terminals are cool, let's retrieve their output
details += "\n\n# Active Terminals"