From b203f41f55a4c918b8a0bff1f6fda851360071bb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 22 Jun 2022 17:51:04 -0700 Subject: [PATCH] Give `systemctl stop ipa.service` longer due to RHBZ #2100282 Signed-off-by: Adam Williamson --- tests/role_deploy_domain_controller_check.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/role_deploy_domain_controller_check.pm b/tests/role_deploy_domain_controller_check.pm index efdbc2d6..0597edaa 100644 --- a/tests/role_deploy_domain_controller_check.pm +++ b/tests/role_deploy_domain_controller_check.pm @@ -26,7 +26,10 @@ sub run { # there are often cases where we need to see the logs (e.g. client # test failed due to server issue) $self->post_fail_hook(); - assert_script_run 'systemctl stop ipa.service'; + # FIXME as of 2022-06-22, this is taking longer than expected on + # Rawhide due to RHBZ #2100282 . It's hard to do 'soft fail if + # this takes too long', so let's just give it more time + assert_script_run 'systemctl stop ipa.service', 120; # check server is stopped assert_script_run '! systemctl is-active ipa.service'; # decommission the server