mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user