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:
Adam Williamson 2016-10-26 14:03:15 -07:00
parent 02d4594cd2
commit 1ae1b6e2cb

View File

@ -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