mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Bump timeouts in _setup_browser a bit more
Slow on Rawhide updates. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e9a7e0eb6c
commit
aa5a248237
@ -15,12 +15,12 @@ sub run {
|
||||
# install a desktop and firefox so we can actually try it
|
||||
assert_script_run "dnf ${extraparams} -y groupinstall 'base-x'", 300;
|
||||
# FIXME: this should probably be in base-x...X seems to fail without
|
||||
assert_script_run "dnf ${extraparams} -y install libglvnd-egl", 160;
|
||||
assert_script_run "dnf ${extraparams} -y install libglvnd-egl", 180;
|
||||
# try to avoid random weird font selection happening
|
||||
assert_script_run "dnf ${extraparams} -y install dejavu-sans-fonts dejavu-sans-mono-fonts dejavu-serif-fonts", 160;
|
||||
assert_script_run "dnf ${extraparams} -y install dejavu-sans-fonts dejavu-sans-mono-fonts dejavu-serif-fonts", 180;
|
||||
# since firefox-85.0-2, firefox doesn't seem to run without this
|
||||
assert_script_run "dnf ${extraparams} -y install dbus-glib", 160;
|
||||
assert_script_run "dnf ${extraparams} -y install firefox", 160;
|
||||
assert_script_run "dnf ${extraparams} -y install dbus-glib", 180;
|
||||
assert_script_run "dnf ${extraparams} -y install firefox", 180;
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user