1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 06:57:23 +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:
Adam Williamson 2023-06-19 12:42:03 +02:00
parent 317deff82c
commit 8b997279a4

View File

@ -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;
} }