mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -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:
|
||||
self.assertTrue(plugin.running.wait(0.2))
|
||||
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())
|
||||
|
||||
def test_workers(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user