From 246e1c02afdc8b7f44d40bb6b90a715b9f66ac77 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 29 Feb 2024 19:23:04 -0800 Subject: [PATCH] Give FreeIPA uninstall a bit longer to run Signed-off-by: Adam Williamson --- tests/role_deploy_domain_controller_check.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/role_deploy_domain_controller_check.pm b/tests/role_deploy_domain_controller_check.pm index c6a9c38c..a5b00236 100644 --- a/tests/role_deploy_domain_controller_check.pm +++ b/tests/role_deploy_domain_controller_check.pm @@ -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";