From 146071ca3c1fd991351b70e043c84c55f9193145 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Wed, 7 Jul 2021 16:49:26 -0400 Subject: [PATCH] Add a timeout to rpm-ostree package removal. Signed-off-by: Paul Whalen --- tests/iot_rpmostree_overlay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/iot_rpmostree_overlay.pm b/tests/iot_rpmostree_overlay.pm index 7ea45205..a8f62d12 100644 --- a/tests/iot_rpmostree_overlay.pm +++ b/tests/iot_rpmostree_overlay.pm @@ -59,7 +59,7 @@ sub run { assert_script_run "systemctl is-active httpd"; # Uninstall wget and httpd again. - assert_script_run "rpm-ostree uninstall wget httpd"; + assert_script_run "rpm-ostree uninstall wget httpd", timeout => 300; # Reboot to see the changed tree reboot_and_login "300";