浏览代码

fix timeout error

justheuristic 5 年之前
父节点
当前提交
5604250c0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tesseract/utils/threading.py

+ 1 - 1
tesseract/utils/threading.py

@@ -1,5 +1,5 @@
 import os
-from concurrent.futures import Future, ThreadPoolExecutor, as_completed
+from concurrent.futures import Future, ThreadPoolExecutor, as_completed, TimeoutError
 import time
 from typing import Optional, List