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