Blame SOURCES/0030-Increase-service-startup-timeout-default.patch
|
|
9991ea |
From b3d3abfa3adcfc8b1f5ea09e52a0bd8a519571e6 Mon Sep 17 00:00:00 2001
|
|
|
9991ea |
From: Jan Cholasta <jcholast@redhat.com>
|
|
|
9991ea |
Date: Wed, 15 Jan 2014 09:41:15 +0100
|
|
|
9991ea |
Subject: [PATCH 30/34] Increase service startup timeout default.
|
|
|
9991ea |
|
|
|
9991ea |
https://fedorahosted.org/freeipa/ticket/4078
|
|
|
9991ea |
---
|
|
|
9991ea |
ipalib/constants.py | 2 +-
|
|
|
9991ea |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
9991ea |
|
|
|
9991ea |
diff --git a/ipalib/constants.py b/ipalib/constants.py
|
|
|
9991ea |
index 79885a33a3008bd83908fc34a7340e78ab25e31f..6d4088be9a958eb5cb3b2725f8696fb4a7926e57 100644
|
|
|
9991ea |
--- a/ipalib/constants.py
|
|
|
9991ea |
+++ b/ipalib/constants.py
|
|
|
9991ea |
@@ -116,7 +116,7 @@
|
|
|
9991ea |
('rpc_json_uri', 'http://localhost:8888/ipa/json'),
|
|
|
9991ea |
('ldap_uri', 'ldap://localhost:389'),
|
|
|
9991ea |
# Time to wait for a service to start, in seconds
|
|
|
9991ea |
- ('startup_timeout', 120),
|
|
|
9991ea |
+ ('startup_timeout', 300),
|
|
|
9991ea |
|
|
|
9991ea |
# Web Application mount points
|
|
|
9991ea |
('mount_ipa', '/ipa/'),
|
|
|
9991ea |
--
|
|
|
9991ea |
1.8.4.2
|
|
|
9991ea |
|