We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11e816 commit 7720b96Copy full SHA for 7720b96
test/parallel/test-runner-run.mjs
@@ -92,7 +92,7 @@ describe('require(\'node:test\').run', { concurrency: true }, () => {
92
] });
93
stream.on('test:fail', common.mustCall((data) => {
94
assert.strictEqual(data.details.error.failureType, 'testTimeoutFailure');
95
- }));
+ }, 2));
96
stream.on('test:pass', common.mustNotCall());
97
// eslint-disable-next-line no-unused-vars
98
for await (const _ of stream);
0 commit comments