tests/faeksink: Lower the number of threads to avoid timeouts
authorEdward Hervey <bilboed@bilboed.com>
Thu, 22 Oct 2009 10:33:01 +0000 (12:33 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 22 Oct 2009 10:33:01 +0000 (12:33 +0200)
We just end up with way too much contention in glib otherwise.

tests/check/elements/fakesink.c

index 60cde64..11e07ac 100644 (file)
@@ -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
 {