From c92b94462fcbf586b6c23fe7d1198841d491762e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 1 Jul 2016 12:38:33 +0100 Subject: [PATCH 10/13] 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 --- test/data/valid-config-files/incoming-limit.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/data/valid-config-files/incoming-limit.conf.in b/test/data/valid-config-files/incoming-limit.conf.in index 40ff224..cd81344 100644 --- a/test/data/valid-config-files/incoming-limit.conf.in +++ b/test/data/valid-config-files/incoming-limit.conf.in @@ -15,4 +15,7 @@ 1 + + + 1000000 -- 2.8.1