mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Slow windows
This commit is contained in:
parent
f4d5841f74
commit
5bf13aec38
@ -70,7 +70,7 @@ class LoopTest(BaseTest):
|
|||||||
with TestServer(lambda data:'xxx', plugins=(plugin,)) as server:
|
with TestServer(lambda data:'xxx', plugins=(plugin,)) as server:
|
||||||
self.assertTrue(plugin.running.wait(0.2))
|
self.assertTrue(plugin.running.wait(0.2))
|
||||||
self.ae(plugin.port, server.address[1])
|
self.ae(plugin.port, server.address[1])
|
||||||
self.assertTrue(plugin.event.wait(0.2))
|
self.assertTrue(plugin.event.wait(5))
|
||||||
self.assertFalse(plugin.running.is_set())
|
self.assertFalse(plugin.running.is_set())
|
||||||
|
|
||||||
def test_workers(self):
|
def test_workers(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user