fix comment in timeout example.

This commit is contained in:
benoitc 2014-06-01 21:59:50 +02:00
parent eff6c08935
commit 64fd52354c

View File

@ -8,7 +8,8 @@ import time
def app(environ, start_response):
"""Application which cooperatively pauses 10 seconds before responding"""
"""Application which pauses 35 seconds before responding. the worker
will timeout in default case."""
data = b'Hello, World!\n'
status = '200 OK'
response_headers = [