mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(ide): increase IDE open / close tool timeouts (#8587)
This commit is contained in:
@@ -191,7 +191,7 @@ export class IDEServer {
|
||||
);
|
||||
clearInterval(keepAlive);
|
||||
}
|
||||
}, 60000); // 60 sec
|
||||
}, 30000); // 30 sec
|
||||
|
||||
transport.onclose = () => {
|
||||
clearInterval(keepAlive);
|
||||
|
||||
Reference in New Issue
Block a user