test: kill child in tls-server-verify for speed up
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Wed, 27 May 2015 01:16:51 +0000 (10:16 +0900)
committerAlexis Campailla <alexis@janeasystems.com>
Wed, 3 Jun 2015 17:11:21 +0000 (19:11 +0200)
commit4cf323d23dcefedd349fedd396a58b0ed1fa2387
tree0f7838440ee1df7fe0c6981720a1502d1ee80e5d
parente6ccdcc1fe03fda02fdc99b9ad3283fc76403dbc
test: kill child in tls-server-verify for speed up

For better performance of the test, the parent kills child processes
so as not to wait them to be ended.

Fixes: https://github.com/nodejs/io.js/issues/1461
PR-URL: https://github.com/nodejs/io.js/pull/1836
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
test/parallel/test-tls-server-verify.js