mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
Stabilize the git evals (#16989)
This commit is contained in:
committed by
GitHub
parent
9d9e3d1555
commit
203f5209ba
@@ -469,7 +469,7 @@ export class TestRig {
|
||||
}
|
||||
});
|
||||
|
||||
const timeout = options.timeout ?? 120000;
|
||||
const timeout = options.timeout ?? 300000;
|
||||
const promise = new Promise<string>((resolve, reject) => {
|
||||
const timer = setTimeout(() => {
|
||||
child.kill('SIGKILL');
|
||||
@@ -601,7 +601,7 @@ export class TestRig {
|
||||
}
|
||||
});
|
||||
|
||||
const timeout = options.timeout ?? 120000;
|
||||
const timeout = options.timeout ?? 300000;
|
||||
const promise = new Promise<string>((resolve, reject) => {
|
||||
const timer = setTimeout(() => {
|
||||
child.kill('SIGKILL');
|
||||
|
||||
Reference in New Issue
Block a user