summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib')
-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/'),