mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5bf13aec38
commit
5b0ecff3cc
@ -108,6 +108,7 @@ class TestServer(Thread):
|
|||||||
|
|
||||||
def __exit__(self, *args):
|
def __exit__(self, *args):
|
||||||
self.loop.stop()
|
self.loop.stop()
|
||||||
|
self.join(self.loop.opts.shutdown_timeout)
|
||||||
|
|
||||||
def connect(self, timeout=None):
|
def connect(self, timeout=None):
|
||||||
if timeout is None:
|
if timeout is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user