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