mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07: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 promise = new Promise<string>((resolve, reject) => {
|
||||||
const timer = setTimeout(() => {
|
const timer = setTimeout(() => {
|
||||||
child.kill('SIGKILL');
|
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 promise = new Promise<string>((resolve, reject) => {
|
||||||
const timer = setTimeout(() => {
|
const timer = setTimeout(() => {
|
||||||
child.kill('SIGKILL');
|
child.kill('SIGKILL');
|
||||||
|
|||||||
Reference in New Issue
Block a user