Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix race condition in test-child-process-bad-stdio
test-child-process-bad-stdio.js contains a race condition between a timeout in the test process and a timeout in the spawned child process. This commit addresses the race condition by having the child process wait indefinitely to be killed.
- Loading branch information