desktop_login: also give assert_shutdown longer

Can't really work a soft fail into this one.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-18 12:27:52 -08:00
parent 3213bb9043
commit 5e2a91192f
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ sub power_off {
click_lastmatch;
assert_and_click "power_off_entry" if (match_has_tag("power_entry"));
assert_and_click "power_off_confirm";
assert_shutdown;
assert_shutdown 120;
}
sub run {