mirror of https://github.com/lukechilds/node.git
Browse Source
Make this test less prone to race conditions by using synchronous interprocess communication instead of a timer to determine when the child process is ready to receive messages from its parent. Also, remove a superfluous timer since the tests suite already makes tests time out after a while. Original-PR-URL: https://github.com/joyent/node/pull/9049 Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com> PR-URL: https://github.com/iojs/io.js/pull/501 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Bert Belder <bertbelder@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>v1.8.0-commit
Julien Gilli
10 years ago
committed by
Ben Noordhuis
1 changed files with 9 additions and 10 deletions
Loading…
Reference in new issue