mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2025-01-02 23:30:56 +00:00
wait longer for system to shutdown in _console_shutdown
We're not really *testing* shutdown here, we're just shutting down to make sure the uploaded disk image is clean. So we don't really mind if shutdown takes a while. It often seems to take longer than 1 minute on KDE installs and cause a soft fail, so let's bump the timeout to 3 minutes.
This commit is contained in:
parent
02d4594cd2
commit
1ae1b6e2cb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ sub run {
|
|||
# properly testing shutdown/reboot/log out from desktops.
|
||||
$self->root_console(tty=>3);
|
||||
script_run("poweroff", 0);
|
||||
assert_shutdown;
|
||||
assert_shutdown 180;
|
||||
}
|
||||
|
||||
# this is not 'fatal' or 'important' as all wiki test cases are passed
|
||||
|
|
Loading…
Reference in a new issue