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:
parent
a7493d8a1d
commit
0cdb4a5b4b
@ -26,7 +26,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
# define NUM_ITERATIONS 20
|
||||
# define NUM_ITERATIONS 10
|
||||
#else
|
||||
# define NUM_ITERATIONS 50
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user