mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-26 12:40:55 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ sub run {
|
|||
# check role is stopped
|
||||
validate_script_output 'rolectl status domaincontroller/domain.local', sub { $_ =~ m/^ready-to-start/ };
|
||||
# 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
|
||||
validate_script_output 'rolectl list instances', sub { $_ eq "" };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue