mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Add a timeout to rpm-ostree package removal.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
04654f0d09
commit
146071ca3c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user