From ea46106e8d04579f70cd28035a3d337d5a3546f0 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 29 Aug 2019 17:32:35 +0300 Subject: Disable D-Bus service startup timeout This timeout interferes with debugging. If you attach GDB to a daemon as it starts up and step through the code, the timeout can cause dbus-daemon to kill the process that you're debugging. We can rely on `meson test` to kill tests that actually don't finish, and the `meson test` timeout can be conveniently increased with the `--timeout-multiplier` commandline option. --- tests/test-bus.conf.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/test-bus.conf.in b/tests/test-bus.conf.in index 2f4b2ef1b..f2df619e3 100644 --- a/tests/test-bus.conf.in +++ b/tests/test-bus.conf.in @@ -9,6 +9,12 @@ @abs_top_builddir@/tests/services/ + + 1000000 + @@ -17,5 +23,4 @@ - -- cgit v1.2.1