Skip to content

Commit

Permalink
kde_live
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Dec 7, 2023
1 parent 95c328f commit 1984dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/x11utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sub ensure_unlocked_desktop {
push(@tags, 'gnome-activities') if (!check_var('DESKTOP', 'gnome') && get_var("FIPS_ENABLED") && is_pvm);
# For PowerVM x11 access in FIPS mode, we can connect it via vnc even in textmode
# Add some wait time for PowerVM due to performance issue
my $timeout = is_pvm ? '120' : '30';
my $timeout = is_pvm || is_livesystem ? '120' : '30';
assert_screen(\@tags, timeout => $timeout, no_wait => 1);
# Starting with GNOME 40, upon login, the activities screen is open (assuming the
# user will want to start something. For openQA, we simply press 'esc' to close
Expand Down

0 comments on commit 1984dc3

Please sign in to comment.