Do not wait, but check regularly
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 4m56s
CI via Tox and perl / perl (pull_request) Successful in 5m27s
CI via Tox and perl / checkwiki (pull_request) Has been cancelled

This commit is contained in:
Lukáš Růžička 2026-04-28 11:28:05 +02:00
commit 34aaba27ea

View file

@ -15,6 +15,7 @@ sub run {
# Remove the user clear the system and force the gnome-initial-setup
# to start on new boot.
assert_script_run("loginctl terminate-user $username");
assert_script_run("loginctl kill-user $username");
# closing the user might switch us back to GDM, switch away if so
$self->root_console(tty => 3) if (check_screen 'graphical_login', timeout => 30);