diff --git a/test/test-functions b/test/test-functions index c304b6d6f6..beaece3f54 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1794,6 +1794,18 @@ install_dbus() { EOF + + # If we run without KVM, bump the service start timeout + if ! get_bool "$QEMU_KVM"; then + cat >"$initdir/etc/dbus-1/system.d/service.timeout.conf" < + + + 60000 + +EOF + fi } install_user_dbus() {