tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS X

https://bugzilla.gnome.org/show_bug.cgi?id=677527
This commit is contained in:
Colin Walters 2012-06-06 07:15:48 -04:00
parent f3ff037bd1
commit 7ccfa9ce4b

View File

@ -26,7 +26,7 @@
#include <glib.h>
#include <string.h>
#define N_THREADS (100)
#define N_THREADS (20)
static char *echo_prog_path;