Stabilize the git evals (#16989)

This commit is contained in:
Christian Gunderman
2026-01-19 06:18:06 +00:00
committed by GitHub
parent 9d9e3d1555
commit 203f5209ba
5 changed files with 38 additions and 24 deletions
+2 -2
View File
@@ -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');