diff --git a/test/test-functions b/test/test-functions index 7f26e0a5f8..e6c9295fc7 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1932,6 +1932,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() {