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";