mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
start_cockpit: wait a bit longer for login screen
Current tests sometimes seem to fail because X takes quite a while to come up for some reason. I can't figure out why, and this isn't properly a failure of the test (starting the X server is an implementation detail), so let's just wait a bit longer for now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2a8acb6acb
commit
0206324115
@ -322,7 +322,7 @@ sub start_cockpit {
|
|||||||
disable_firefox_studies;
|
disable_firefox_studies;
|
||||||
# run firefox directly in X as root. never do this, kids!
|
# run firefox directly in X as root. never do this, kids!
|
||||||
type_string "startx /usr/bin/firefox -width 1024 -height 768 http://localhost:9090\n";
|
type_string "startx /usr/bin/firefox -width 1024 -height 768 http://localhost:9090\n";
|
||||||
assert_screen "cockpit_login", 30;
|
assert_screen "cockpit_login", 45;
|
||||||
# this happened on early Modular Server composes...
|
# this happened on early Modular Server composes...
|
||||||
record_soft_failure "Unbranded Cockpit" if (match_has_tag "cockpit_login_unbranded");
|
record_soft_failure "Unbranded Cockpit" if (match_has_tag "cockpit_login_unbranded");
|
||||||
# login screen has a flashing cursor so screen is not still at level 47
|
# login screen has a flashing cursor so screen is not still at level 47
|
||||||
|
Loading…
Reference in New Issue
Block a user