Skip to content

Commit b2cd4ab

Browse files
committed
updated conftest to not split pages into chunks
1 parent 1e51e28 commit b2cd4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def upload_files(self, upload_list: list, user: dict, project: dict):
336336
files = []
337337
settings = {
338338
"extract_images": True,
339-
"pages_per_chunk": 10,
339+
"pages_per_chunk": 100, # we do not want chunking in tests
340340
"keyword_number": 5,
341341
"keyword_deduplication_threshold": 0.5,
342342
"keyword_max_ngram_size": 2,

0 commit comments

Comments
 (0)