mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-25 20:20:56 +00:00
Add a sleep to desktop_update_graphical
Try and avoid failure to launch alt-f1 dialog... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5680b1f5b4
commit
acc4ccd7cc
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ sub run {
|
|||
else {
|
||||
# this launches GNOME Software on GNOME, dunno for any other
|
||||
# desktop yet
|
||||
sleep 3;
|
||||
menu_launch_type('update');
|
||||
}
|
||||
# GNOME Software has a welcome screen, get rid of it if it shows
|
||||
|
|
Loading…
Reference in a new issue