mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-09 18:51:56 -04:00
Merge branch 'fix-test_fts_search' of https://github.com/Pablito2020/calibre
This commit is contained in:
commit
79d910cb3b
@ -53,7 +53,7 @@ class FTSAPITest(BaseTest):
|
||||
self.libraries_to_close.append(ans)
|
||||
return ans
|
||||
|
||||
def wait_for_fts_to_finish(self, fts, timeout=10):
|
||||
def wait_for_fts_to_finish(self, fts, timeout=30):
|
||||
import apsw
|
||||
if fts.pool.initialized:
|
||||
st = time.monotonic()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user