mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Increased certmonger timeout
https://fedorahosted.org/freeipa/ticket/5758 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
8192e2f8c1
commit
0ba9e72057
@@ -654,7 +654,7 @@ class CertDB(object):
|
||||
subject=host,
|
||||
passwd_fname=self.passwd_fname)
|
||||
# Now wait for the cert to appear. Check three times then abort
|
||||
certmonger.wait_for_request(reqid, timeout=15)
|
||||
certmonger.wait_for_request(reqid, timeout=60)
|
||||
|
||||
|
||||
class _CrossProcessLock(object):
|
||||
|
||||
Reference in New Issue
Block a user