give IPA server decommission longer to complete (RHBZ #1387425)

It's suddenly taking longer in Rawhide - reported to RHBZ - so
let it take longer.
This commit is contained in:
Adam Williamson 2016-10-20 13:44:08 -07:00
parent dcb68d93c8
commit f95e1d55a8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sub run {
# check role is stopped # check role is stopped
validate_script_output 'rolectl status domaincontroller/domain.local', sub { $_ =~ m/^ready-to-start/ }; validate_script_output 'rolectl status domaincontroller/domain.local', sub { $_ =~ m/^ready-to-start/ };
# decommission the role # decommission the role
assert_script_run 'rolectl decommission domaincontroller/domain.local', 120; assert_script_run 'rolectl decommission domaincontroller/domain.local', 300;
# check role is decommissioned # check role is decommissioned
validate_script_output 'rolectl list instances', sub { $_ eq "" }; validate_script_output 'rolectl list instances', sub { $_ eq "" };
} }