summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2014-01-15 09:41:15 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-17 10:12:13 +0100
commit876a00a8da99f71b2fe0c4420489e3d2813c0b5c (patch)
treeba0a501b56c2f53f8ab6b95faf12731121dbd3f8
parentf9ee6add28be36b01d55e9c2e23672a3d676800c (diff)
downloadfreeipa-876a00a8da99f71b2fe0c4420489e3d2813c0b5c.tar.gz
freeipa-876a00a8da99f71b2fe0c4420489e3d2813c0b5c.tar.xz
freeipa-876a00a8da99f71b2fe0c4420489e3d2813c0b5c.zip
Increase service startup timeout default.
https://fedorahosted.org/freeipa/ticket/4078
-rw-r--r--ipalib/constants.py2
1 files changed, 1 insertions, 1 deletions
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/'),