Skip to content

Commit 460a502

Browse files
BridgeARMylesBorins
authored andcommitted
test: fix test failure on aix
This makes sure there is enough stack space on different systems. PR-URL: #20940 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent babc9da commit 460a502

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)