mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Give FreeIPA uninstall a bit longer to run
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
43be62ac01
commit
246e1c02af
@ -33,7 +33,7 @@ sub run {
|
||||
# check server is stopped
|
||||
assert_script_run '! systemctl is-active ipa.service';
|
||||
# decommission the server
|
||||
assert_script_run 'ipa-server-install -U --uninstall', 300;
|
||||
assert_script_run 'ipa-server-install -U --uninstall', 600;
|
||||
# try and un-garble the screen that the above sometimes garbles
|
||||
# ...we may be on tty1 or tty3 now, so flip between them
|
||||
select_console "tty1-console";
|
||||
|
Loading…
Reference in New Issue
Block a user