From 876a00a8da99f71b2fe0c4420489e3d2813c0b5c Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 15 Jan 2014 09:41:15 +0100 Subject: Increase service startup timeout default. https://fedorahosted.org/freeipa/ticket/4078 --- ipalib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/constants.py b/ipalib/constants.py index 79885a33a..6d4088be9 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -116,7 +116,7 @@ DEFAULT_CONFIG = ( ('rpc_json_uri', 'http://localhost:8888/ipa/json'), ('ldap_uri', 'ldap://localhost:389'), # Time to wait for a service to start, in seconds - ('startup_timeout', 120), + ('startup_timeout', 300), # Web Application mount points ('mount_ipa', '/ipa/'), -- cgit