Skip to content

Commit

Permalink
test: speedup process-title-threadsafe on macOS
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cjihrig committed Jun 5, 2018
1 parent a7493d8 commit 0cdb4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-process-title-threadsafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <string.h>

#ifdef __APPLE__
# define NUM_ITERATIONS 20
# define NUM_ITERATIONS 10
#else
# define NUM_ITERATIONS 50
#endif
Expand Down

0 comments on commit 0cdb4a5

Please sign in to comment.