Increase service startup timeout default.

https://fedorahosted.org/freeipa/ticket/4078
This commit is contained in:
Jan Cholasta 2014-01-15 09:41:15 +01:00 committed by Martin Kosek
parent 894cb7b8f0
commit be2c5d22b3

View File

@ -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/'),