Skip to content

Commit

Permalink
Fix dataprep timeout issue (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
  • Loading branch information
lvliang-intel authored Jun 18, 2024
1 parent 011bfbd commit 61ead43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comps/dataprep/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def load_svg(svg_path):
return text


@timeout(600)
def document_loader(doc_path):
if doc_path.endswith(".pdf"):
return load_pdf(doc_path)
Expand Down

0 comments on commit 61ead43

Please sign in to comment.