1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-26 09:30:04 +01:00

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

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