we cant to challenge worker timeout here.

This commit is contained in:
benoitc 2010-08-12 13:13:21 +02:00
parent b281ec002b
commit d07009a12f

View File

@ -12,7 +12,7 @@ class TestIter(object):
lines = ['line 1', 'line 2'] lines = ['line 1', 'line 2']
for line in lines: for line in lines:
yield line yield line
time.sleep(10) time.sleep(20)
def app(environ, start_response): def app(environ, start_response):
"""Application which cooperatively pauses 10 seconds before responding""" """Application which cooperatively pauses 10 seconds before responding"""