Terminal output and cooldown fixes

This commit is contained in:
Saoud Rizwan
2024-09-10 17:47:09 -04:00
parent 706ee8a0fe
commit 6d6150c608
2 changed files with 7 additions and 4 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_000,
timeout: 7_500,
}).catch(() => {})
// terminals are cool, let's retrieve their output
details += "\n\n# Active Terminals"