This commit is contained in:
Kovid Goyal 2015-06-17 13:01:01 +05:30
parent 3818ad9fa9
commit c6f37718fe

View File

@ -143,3 +143,4 @@ class LibraryServer(TestServer):
def __exit__(self, *args):
self.loop.stop()
self.handler.close()
self.join(self.loop.opts.shutdown_timeout)