diff --git a/test/parallel/test-child-process-bad-stdio.js b/test/parallel/test-child-process-bad-stdio.js index b612fc832281a6..3b17e2ce0d5a72 100644 --- a/test/parallel/test-child-process-bad-stdio.js +++ b/test/parallel/test-child-process-bad-stdio.js @@ -3,7 +3,7 @@ const common = require('../common'); if (process.argv[2] === 'child') { - setTimeout(() => {}, common.platformTimeout(100)); + setTimeout(() => {}, common.platformTimeout(1000)); return; }