diff options
author | Jan Cholasta <jcholast@redhat.com> | 2014-01-15 09:41:15 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-17 10:12:04 +0100 |
commit | be2c5d22b37b4673ac0bdeb8cab01be19fab288a (patch) | |
tree | 44d9fe6f861188dd35b1b14aaf38ab96868325b5 /ipalib/constants.py | |
parent | 894cb7b8f06f16a2466e68469870b134ae4ffa76 (diff) | |
download | freeipa.git-be2c5d22b37b4673ac0bdeb8cab01be19fab288a.tar.gz freeipa.git-be2c5d22b37b4673ac0bdeb8cab01be19fab288a.tar.xz freeipa.git-be2c5d22b37b4673ac0bdeb8cab01be19fab288a.zip |
Increase service startup timeout default.
https://fedorahosted.org/freeipa/ticket/4078
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r-- | ipalib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index d3e61ca7..ae082772 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/'), |