dbus-daemon test: avoid reaching pending reply limit

We were not actually doing what was intended (flooding the bus with
10k or 100k messages for the other side) because the bus was limiting
the sender to 128 parallel method calls.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=86442
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Simon McVittie 2016-07-01 12:38:33 +01:00 committed by Simon McVittie
parent de83bdc404
commit 78b40bbde8

View file

@ -15,4 +15,7 @@
</policy>
<limit name="max_incoming_bytes">1</limit>
<!-- Avoid reaching this limit -->
<limit name="max_replies_per_connection">1000000</limit>
</busconfig>