projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ff037
)
tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS X
author
Colin Walters
<walters@verbum.org>
Wed, 6 Jun 2012 11:15:48 +0000
(07:15 -0400)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/glib/tests/spawn-multithreaded.c
b/glib/tests/spawn-multithreaded.c
index
3f632f4
..
45c5302
100644
(file)
--- 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 (
10
0)
+#define N_THREADS (
2
0)
static char *echo_prog_path;