test: speedup process-title-threadsafe on macOS

This test has been timing out on macOS. Try to avoid that by
reducing the number of iterations run.

PR-URL: https://github.com/libuv/libuv/pull/1867
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
This commit is contained in:
cjihrig 2018-06-04 23:51:04 -04:00
parent a7493d8a1d
commit 0cdb4a5b4b
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -26,7 +26,7 @@
#include <string.h>
#ifdef __APPLE__
# define NUM_ITERATIONS 20
# define NUM_ITERATIONS 10
#else
# define NUM_ITERATIONS 50
#endif