mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Increase timeout value in test_getcert_list_profile_using_subca
test_getcert_list_profile_using_subca test had a timeout value of 50 waiting for the cert to be in MONITORING state, this has now been replaced with 300, since the certmonger request was in state SUBMITTING instead of MONITORING causing the test to fail. Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
53d472b490
commit
04d25dd286
@ -206,7 +206,7 @@ class TestInstallMasterClient(IntegrationTest):
|
||||
assert (
|
||||
'New signing request "test-request" added.\n' in result.stdout_text
|
||||
)
|
||||
status = tasks.wait_for_request(self.master, "test-request", 50)
|
||||
status = tasks.wait_for_request(self.master, "test-request", 300)
|
||||
if status == "MONITORING":
|
||||
result = self.master.run_command(
|
||||
["getcert", "list", "-i", "test-request"]
|
||||
|
Loading…
Reference in New Issue
Block a user