tests/faeksink: Lower the number of threads to avoid timeouts

We just end up with way too much contention in glib otherwise.
This commit is contained in:
Edward Hervey 2009-10-22 12:33:01 +02:00
parent 4b13520b61
commit ca054ff4e5

View file

@ -901,7 +901,7 @@ oob_source_init (OOBSource * src, OOBSourceClass * g_class)
/* nothing to do */ /* nothing to do */
} }
#define NOTIFY_RACE_NUM_PIPELINES 20 #define NOTIFY_RACE_NUM_PIPELINES 10
typedef struct typedef struct
{ {