It appears you canA workaround to this problem is to reduce thethis timeout in /etc/systemd/system.conf down from 90s to for example 10s:
DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec=10s
and run the following command in terminal after making changes
$ systemctl daemon-reload