1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

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

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 {