Skip to content

Commit 0cdb4a5

Browse files
committed
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: libuv#1867 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Bert Belder <[email protected]>
1 parent a7493d8 commit 0cdb4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-process-title-threadsafe.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <string.h>
2727

2828
#ifdef __APPLE__
29-
# define NUM_ITERATIONS 20
29+
# define NUM_ITERATIONS 10
3030
#else
3131
# define NUM_ITERATIONS 50
3232
#endif

0 commit comments

Comments
 (0)