Skip to content

Commit

Permalink
Fix hawk_gui stall when select_console
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyeyes committed Jul 26, 2024
1 parent 63305bd commit d0bd429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ha/hawk_gui.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sub run {
# expect the console on tty2 which can lead to false positives as there is no
# session there yet, so instead this goes through the displaymanager console to
# login into the x11 session.
select_console 'displaymanager';
select_console('displaymanager', timeout => 90);
$self->handle_displaymanager_login();
x11_start_program('xterm');
turn_off_gnome_screensaver;
Expand Down

0 comments on commit d0bd429

Please sign in to comment.