Fix workaround (have to wait for desktop to appear)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-01-04 13:27:01 -08:00
parent 4e537684b1
commit 42a38009eb
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ sub run {
if (get_var('LIVE')) {
if (get_var('DESKTOP') eq 'gnome') {
# workaround RHBZ #1663040 if necessary
assert_screen "live_start_anaconda_icon", 300;
$self->root_console(timeout=>30);
unless (script_run "systemctl --is-failed systemd-hostnamed.service") {
record_soft_failure "systemd-hostnamed.service failed - likely RHBZ #1663040";