tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS X
authorColin Walters <walters@verbum.org>
Wed, 6 Jun 2012 11:15:48 +0000 (07:15 -0400)
committerColin Walters <walters@verbum.org>
Wed, 6 Jun 2012 11:15:48 +0000 (07:15 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=677527

glib/tests/spawn-multithreaded.c

index 3f632f4..45c5302 100644 (file)
@@ -26,7 +26,7 @@
 #include <glib.h>
 #include <string.h>
 
-#define N_THREADS (100)
+#define N_THREADS (20)
 
 static char *echo_prog_path;