zos,test: decrease pings to avoid timeout

Fixes: https://github.com/libuv/libuv/issues/1691
PR-URL: https://github.com/libuv/libuv/pull/1704
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
John Barboza 2018-01-14 16:04:59 -05:00 committed by cjihrig
parent 9241cc2977
commit 9c503a278c
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -27,7 +27,7 @@
static int completed_pingers = 0;
#if defined(__CYGWIN__) || defined(__MSYS__)
#if defined(__CYGWIN__) || defined(__MSYS__) || defined(__MVS__)
#define NUM_PINGS 100 /* fewer pings to avoid timeout */
#else
#define NUM_PINGS 1000