Hello, I am building web crawler on top of asyncio/aiohttp In my tests I use aiohttp.web application to process requests from crawler. I need to test timeout option. How can I add some delay in aiohttp.web request handler?
Here is my debug server, this is the line where web.Response object is returned: https://github.com/lorien/iob/blob/master/test/util/server.py#L26
