mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:04:12 +02:00
Another test fix for windows
This commit is contained in:
parent
2affa5bf4e
commit
b458cf07c4
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ def get_lock(shared):
|
|||
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…
Reference in a new issue