fix(ide): increase IDE open / close tool timeouts (#8587)

This commit is contained in:
Shreya Keshive
2025-09-16 18:38:17 -04:00
committed by GitHub
parent bb642b1948
commit cf9b6ec1f6
3 changed files with 46 additions and 46 deletions
@@ -191,7 +191,7 @@ export class IDEServer {
);
clearInterval(keepAlive);
}
}, 60000); // 60 sec
}, 30000); // 30 sec
transport.onclose = () => {
clearInterval(keepAlive);