make default http timeout 30 seconds

some computers can be very slow to start
This commit is contained in:
Min RK
2015-03-13 12:04:07 -07:00
parent 61fa2d9ef2
commit 545739472e

View File

@@ -54,7 +54,7 @@ class Spawner(LoggingConfigurable):
)
http_timeout = Integer(
10, config=True,
30, config=True,
help="""Timeout (in seconds) before giving up on a spawned HTTP server
Once a server has successfully been spawned, this is the amount of time