test: running tls-server-verify clients in parallel
authorJoão Reis <reis@janeasystems.com>
Fri, 22 May 2015 13:16:07 +0000 (14:16 +0100)
committerAlexis Campailla <alexis@janeasystems.com>
Wed, 3 Jun 2015 17:11:17 +0000 (19:11 +0200)
commitb18604ba2c84cf282b58c9cc0f8bc07e04671a79
treef8841aced407ad5eb3c788188584d11e0738299f
parentf78c722df5a254b27f4ae05d69dd03e1d2cb9ebc
test: running tls-server-verify clients in parallel

OpenSSL s_client introduces some delay on Windows. With all clients
running sequentially, this delay is big enough to break CI. This fix runs
the clients in parallel (unless the test includes renegotiation),
reducing the total run time.

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