Increased certmonger timeout

https://fedorahosted.org/freeipa/ticket/5758

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Oleg Fayans
2016-06-16 10:25:59 +02:00
committed by Martin Basti
parent 8192e2f8c1
commit 0ba9e72057

View File

@@ -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):