https://bugs.freedesktop.org/show_bug.cgi?id=84415
--- Comment #2 from David Henningsson <[email protected]> --- We could take the easy way out and just do like this: diff --git a/src/tests/connect-stress.c b/src/tests/connect-stress.c index 0cf072d..8f5d68f 100644 --- a/src/tests/connect-stress.c +++ b/src/tests/connect-stress.c @@ -42,7 +42,7 @@ * which makes a non-error abort less likely (although still easily possible of * playing >=3 streams outside of the test - including internal loopback, rtp, * combine, remap streams etc.) */ -#define NSTREAMS ((PA_MAX_INPUTS_PER_SINK/2) - 1) +#define NSTREAMS 20 #define NTESTS 1000 #define SAMPLE_HZ 44100 ...or we could figure out what's actually causing the connection stuff to freak out when there are too many streams... -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
