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:
parent
9241cc2977
commit
9c503a278c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user