Double timeout for flaky test

This commit is contained in:
Kovid Goyal 2023-07-24 11:31:53 +05:30
parent ce457c61f2
commit 059eb6229c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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})