summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-10-22 12:33:01 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-10-22 12:33:01 +0200
commitca054ff4e55f923aaafbeb2ad9734f52fda64fc4 (patch)
tree06a7a8f0f721fa4b4542b4ffd4fd2318c64c50c8
parent4b13520b6188ed755a22bf52bd3a4f442e8442b9 (diff)
tests/faeksink: Lower the number of threads to avoid timeouts
We just end up with way too much contention in glib otherwise.
-rw-r--r--tests/check/elements/fakesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/fakesink.c b/tests/check/elements/fakesink.c
index 60cde64ee7..11e07acbc9 100644
--- a/tests/check/elements/fakesink.c
+++ b/tests/check/elements/fakesink.c
@@ -901,7 +901,7 @@ oob_source_init (OOBSource * src, OOBSourceClass * g_class)
/* nothing to do */
}
-#define NOTIFY_RACE_NUM_PIPELINES 20
+#define NOTIFY_RACE_NUM_PIPELINES 10
typedef struct
{