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



commit 7ccfa9ce4b2352277448f66a138cc028f5fe57c8
Author: Colin Walters <walters verbum org>
Date:   Wed Jun 6 07:15:48 2012 -0400

    tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS X
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677527

 glib/tests/spawn-multithreaded.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/spawn-multithreaded.c b/glib/tests/spawn-multithreaded.c
index 3f632f4..45c5302 100644
--- a/glib/tests/spawn-multithreaded.c
+++ b/glib/tests/spawn-multithreaded.c
@@ -26,7 +26,7 @@
 #include <glib.h>
 #include <string.h>
 
-#define N_THREADS (100)
+#define N_THREADS (20)
 
 static char *echo_prog_path;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]