From 8b997279a44a32c6072ab3d58b8c55bd0259ab33 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 19 Jun 2023 12:42:03 +0200 Subject: [PATCH] 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 --- tests/_vnc_client_connect_pre.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_vnc_client_connect_pre.pm b/tests/_vnc_client_connect_pre.pm index fa3b01c4..086bc8bf 100644 --- a/tests/_vnc_client_connect_pre.pm +++ b/tests/_vnc_client_connect_pre.pm @@ -13,7 +13,7 @@ sub run { assert_script_run "ping -c 2 172.16.2.114"; # FIXME Connections is now in the default install, we should # switch this test to using that - assert_script_run "dnf -y install vinagre"; + assert_script_run "dnf -y install vinagre", 180; desktop_vt; }