With this change the certmonger timeout issue is no longer observed in abcd lab.
-- Oleg Fayans Quality Engineer FreeIPA team RedHat.
From 2063d59f3d8303abf056d38a68ac75f9f2d9cd24 Mon Sep 17 00:00:00 2001 From: Oleg Fayans <[email protected]> Date: Thu, 16 Jun 2016 10:25:59 +0200 Subject: [PATCH] Increased certmonger timeout https://fedorahosted.org/freeipa/ticket/5758 --- ipaserver/install/certs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaserver/install/certs.py b/ipaserver/install/certs.py index 76f62751db8abbb27ca5849bcb09c5b5540e2cda..b3d273ff107f0493516845745c4f14242fc518ca 100644 --- a/ipaserver/install/certs.py +++ b/ipaserver/install/certs.py @@ -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): -- 1.8.3.1
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
