mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
Revert timeout to 120 seconds.
This commit is contained in:
@@ -469,7 +469,7 @@ export class TestRig {
|
||||
}
|
||||
});
|
||||
|
||||
const timeout = options.timeout ?? 300000;
|
||||
const timeout = options.timeout ?? 120000;
|
||||
const promise = new Promise<string>((resolve, reject) => {
|
||||
const timer = setTimeout(() => {
|
||||
child.kill('SIGKILL');
|
||||
@@ -643,7 +643,7 @@ export class TestRig {
|
||||
}
|
||||
});
|
||||
|
||||
const timeout = options.timeout ?? 300000;
|
||||
const timeout = options.timeout ?? 120000;
|
||||
const promise = new Promise<string>((resolve, reject) => {
|
||||
const timer = setTimeout(() => {
|
||||
child.kill('SIGKILL');
|
||||
|
||||
Reference in New Issue
Block a user