Skip to content

Commit 7720b96

Browse files
committed
fixup! test
1 parent a11e816 commit 7720b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-runner-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('require(\'node:test\').run', { concurrency: true }, () => {
9292
] });
9393
stream.on('test:fail', common.mustCall((data) => {
9494
assert.strictEqual(data.details.error.failureType, 'testTimeoutFailure');
95-
}));
95+
}, 2));
9696
stream.on('test:pass', common.mustNotCall());
9797
// eslint-disable-next-line no-unused-vars
9898
for await (const _ of stream);

0 commit comments

Comments
 (0)