Add a timeout to rpm-ostree package removal.

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2021-07-07 16:49:26 -04:00 committed by adamwill
parent 04654f0d09
commit 146071ca3c
1 changed files with 1 additions and 1 deletions

View File

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