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:
parent
dcb68d93c8
commit
f95e1d55a8
@ -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 "" };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user