mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
6e6913b5db
test-child-process-send-returns-boolean was unreliable in CI and locally. * use 'SIGKILL' for more reliable process termination * replace callback with assert.ifError() * increase interval in fixture from 500ms to 9999ms. It's only purpose is to keep the process from exiting. Fixes: https://github.com/nodejs/node/issues/20135 PR-URL: https://github.com/nodejs/node/pull/20136 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
2 lines
34 B
JavaScript
2 lines
34 B
JavaScript
setInterval(function() {}, 9999);
|