Skip to content

Commit cfc3866

Browse files
BridgeARTrott
authored andcommitted
test: fix test failure on aix
This makes sure there is enough stack space on different systems. PR-URL: nodejs#20940 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent bb6b605 commit cfc3866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-async-wrap-pop-id-during-load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { spawnSync } = require('child_process');
1515

1616
const ret = spawnSync(
1717
process.execPath,
18-
['--stack_size=50', __filename, 'async']
18+
['--stack_size=75', __filename, 'async']
1919
);
2020
assert.strictEqual(ret.status, 0,
2121
`EXIT CODE: ${ret.status}, STDERR:\n${ret.stderr}`);

0 commit comments

Comments
 (0)