mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
vnc: give a dnf install command a bit longer to run
These can take a while if repos haven't been refreshed lately. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
317deff82c
commit
8b997279a4
@ -13,7 +13,7 @@ sub run {
|
|||||||
assert_script_run "ping -c 2 172.16.2.114";
|
assert_script_run "ping -c 2 172.16.2.114";
|
||||||
# FIXME Connections is now in the default install, we should
|
# FIXME Connections is now in the default install, we should
|
||||||
# switch this test to using that
|
# switch this test to using that
|
||||||
assert_script_run "dnf -y install vinagre";
|
assert_script_run "dnf -y install vinagre", 180;
|
||||||
desktop_vt;
|
desktop_vt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user