diff --git a/test/v8-updates/test-postmortem-metadata.js b/test/v8-updates/test-postmortem-metadata.js index cce4a4d2279652..c6704ef1e34bc2 100644 --- a/test/v8-updates/test-postmortem-metadata.js +++ b/test/v8-updates/test-postmortem-metadata.js @@ -21,7 +21,7 @@ if (common.isAIX) if (common.isOpenBSD) common.skip('no v8 debug symbols on OpenBSD'); -const nm = spawnSync('nm', args); +const nm = spawnSync('nm', args, { maxBuffer: Infinity }); if (nm.error && nm.error.errno === 'ENOENT') common.skip('nm not found on system');