Give FreeIPA uninstall a bit longer to run

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-29 19:23:04 -08:00
parent 43be62ac01
commit 246e1c02af
1 changed files with 1 additions and 1 deletions

View File

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