Skip to content

Commit 61ead43

Browse files
Fix dataprep timeout issue (#203)
Signed-off-by: lvliang-intel <[email protected]>
1 parent 011bfbd commit 61ead43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

comps/dataprep/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def load_svg(svg_path):
214214
return text
215215

216216

217-
@timeout(600)
218217
def document_loader(doc_path):
219218
if doc_path.endswith(".pdf"):
220219
return load_pdf(doc_path)

0 commit comments

Comments
 (0)