mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Another test fix for windows
This commit is contained in:
parent
2affa5bf4e
commit
b458cf07c4
@ -123,6 +123,7 @@ class TestLock(BaseTest):
|
||||
lock.release()
|
||||
self.assertFalse(lock.acquire(shared=False, blocking=False))
|
||||
lock.acquire(shared=False)
|
||||
shared.join(1)
|
||||
self.assertFalse(shared.is_alive())
|
||||
lock.release()
|
||||
self.assertTrue(lock.acquire(shared=False, blocking=False))
|
||||
|
Loading…
x
Reference in New Issue
Block a user