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.
test-worker-prof
1 parent ab1a4eb commit 92d1ca9Copy full SHA for 92d1ca9
test/parallel/test-worker-prof.js
@@ -50,7 +50,7 @@ if (process.argv[2] === 'child') {
50
tmpdir.refresh();
51
const spawnResult = spawnSync(
52
process.execPath, ['--prof', __filename, 'child'],
53
- { cwd: tmpdir.path, encoding: 'utf8' });
+ { cwd: tmpdir.path, encoding: 'utf8', timeout: 30_000 });
54
assert.strictEqual(spawnResult.stderr.toString(), '',
55
`child exited with an error: \
56
${util.inspect(spawnResult)}`);
0 commit comments