eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

add timeout on http_server.close_all_connections #2

Closed eugeniy closed 9 years ago

eugeniy commented 10 years ago

Add a command line argument to configure the timeout. Tornado also looks at ASYNC_TEST_TIMEOUT env var, should probably do that as well.