Skip to content

Commit 5e2bf88

Browse files
authored
Update test.rerun.spec.ts
1 parent 0b34b1a commit 5e2bf88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/test.rerun.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4847,7 +4847,7 @@ describe('[finding-5] batch rerun --wait: RequestTimeoutError during fan-out pol
48474847

48484848
const stdoutLines: string[] = [];
48494849
const err = await runTestRerun(
4850-
{ testIds: ['test_1', 'test_2'], all: false, wait: true, timeoutSeconds: 60, autoHeal: false, autoHealExplicit: false, skipDependencies: false },
4850+
{ testIds: ['test_1', 'test_2'], all: false, wait: true, timeoutSeconds: 60, autoHeal: false, autoHealExplicit: false, skipDependencies: false maxConcurrency: 1, profile: 'default', output: 'json'},
48514851
{ ...creds, sleep: instantSleep, fetchImpl: fetchImpl as unknown as FetchImpl, stdout: (line) => stdoutLines.push(line), stderr: () => undefined }
48524852
).catch(e => e);
48534853

0 commit comments

Comments
 (0)