summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/httpinstance.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-09-29 13:55:54 -0400
committerRob Crittenden <rcritten@redhat.com>2010-10-08 10:11:45 -0400
commit90e716460e2e1acf95a74370d5e4dfd9f9138bcf (patch)
tree92fc512823d23e617b80bdccdc73a191b9fa1685 /ipaserver/install/httpinstance.py
parentbed6e81935a43e0661faf2391c2494b230222c17 (diff)
downloadfreeipa-90e716460e2e1acf95a74370d5e4dfd9f9138bcf.tar.gz
freeipa-90e716460e2e1acf95a74370d5e4dfd9f9138bcf.tar.xz
freeipa-90e716460e2e1acf95a74370d5e4dfd9f9138bcf.zip
Include time duration hints when configuring services in ipa-server-install.
Give a better heads-up on how long the installation will take. Particularly important when configuring dogtag. ticket 139
Diffstat (limited to 'ipaserver/install/httpinstance.py')
-rw-r--r--ipaserver/install/httpinstance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/httpinstance.py b/ipaserver/install/httpinstance.py
index af8fdde18..13d7a6601 100644
--- a/ipaserver/install/httpinstance.py
+++ b/ipaserver/install/httpinstance.py
@@ -83,7 +83,7 @@ class HTTPInstance(service.Service):
self.step("restarting httpd", self.__start)
self.step("configuring httpd to start on boot", self.__enable)
- self.start_creation("Configuring the web interface")
+ self.start_creation("Configuring the web interface", 60)
def __start(self):
self.backup_state("running", self.is_running())