diff --git a/src/calibre/gui2/viewer/convert_book.py b/src/calibre/gui2/viewer/convert_book.py index b26b1e71f0..bae919fc39 100644 --- a/src/calibre/gui2/viewer/convert_book.py +++ b/src/calibre/gui2/viewer/convert_book.py @@ -31,7 +31,7 @@ def book_cache_dir(): def cache_lock(): - return ExclusiveFile(os.path.join(book_cache_dir(), 'metadata.json')) + return ExclusiveFile(os.path.join(book_cache_dir(), 'metadata.json'), timeout=600) def book_hash(path, size, mtime):