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:04 +0100
commitbe2c5d22b37b4673ac0bdeb8cab01be19fab288a (patch)
tree44d9fe6f861188dd35b1b14aaf38ab96868325b5
parent894cb7b8f06f16a2466e68469870b134ae4ffa76 (diff)
downloadfreeipa-be2c5d22b37b4673ac0bdeb8cab01be19fab288a.tar.gz
freeipa-be2c5d22b37b4673ac0bdeb8cab01be19fab288a.tar.xz
freeipa-be2c5d22b37b4673ac0bdeb8cab01be19fab288a.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 d3e61ca74..ae0827729 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -119,7 +119,7 @@ DEFAULT_CONFIG = (
('rpc_protocol', 'jsonrpc'),
# Time to wait for a service to start, in seconds
- ('startup_timeout', 120),
+ ('startup_timeout', 300),
# Web Application mount points
('mount_ipa', '/ipa/'),