Spaces:
Sleeping
Sleeping
Reduce cooldown
Browse files- 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*
|
| 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 !")
|