om4r932 commited on
Commit
4010d0e
·
1 Parent(s): 63e193c

Reduce cooldown

Browse files
Files changed (1) hide show
  1. spec_indexer.py +1 -1
spec_indexer.py CHANGED
@@ -84,7 +84,7 @@ def get_text(specification: str, version: str, second: bool = False):
84
  ["libreoffice", "--headless", "--convert-to", "txt:Text", "--outdir", output_path, input_path],
85
  check=True,
86
  capture_output=True,
87
- timeout=60*10
88
  )
89
  except subprocess.TimeoutExpired as e:
90
  print("[SKIP] Trop long !")
 
84
  ["libreoffice", "--headless", "--convert-to", "txt:Text", "--outdir", output_path, input_path],
85
  check=True,
86
  capture_output=True,
87
+ timeout=60*5
88
  )
89
  except subprocess.TimeoutExpired as e:
90
  print("[SKIP] Trop long !")