mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase wait time for restore test
This commit is contained in:
parent
fe4292c3cc
commit
d7c88aaf01
@ -411,7 +411,7 @@ class WritingTest(BaseTest):
|
|||||||
from calibre.db.restore import Restore
|
from calibre.db.restore import Restore
|
||||||
restorer = Restore(cl)
|
restorer = Restore(cl)
|
||||||
restorer.start()
|
restorer.start()
|
||||||
restorer.join(16)
|
restorer.join(60)
|
||||||
af(restorer.is_alive())
|
af(restorer.is_alive())
|
||||||
cache = self.init_cache(cl)
|
cache = self.init_cache(cl)
|
||||||
ae(before, {f:cache.all_field_for(f, book_ids) for f in tested_fields})
|
ae(before, {f:cache.all_field_for(f, book_ids) for f in tested_fields})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user