Allow g-i-s longer to start up (with a soft fail) (#1997310)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-16 15:18:47 -07:00
parent f4f1d48459
commit 9f15350a99
1 changed files with 4 additions and 1 deletions

View File

@ -726,7 +726,10 @@ sub gnome_initial_setup {
# note: in g-i-s 3.37.91 and later, the first screen in systemwide
# mode has a "Start Setup" button, not a "Next" button
assert_screen ["next_button", "start_setup", "auth_required"], $args{timeout};
unless (check_screen ["next_button", "start_setup", "auth_required"], $args{timeout}) {
record_soft_failure "g-i-s taking longer than expected to start up!";
assert_screen ["next_button", "start_setup", "auth_required"], $args{timeout};
}
# workaround auth dialog appearing to change timezone even
# though timezone screen is disabled
if (match_has_tag("auth_required")) {