We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0b017 commit 9d74204Copy full SHA for 9d74204
2 files changed
tests/test_convert.py
@@ -13,7 +13,7 @@
13
14
from .conftest import TEST_DOCS_DIRECTORY, for_each_doc
15
16
-TIMEOUT = 180 # 3 minutes
+TIMEOUT = 30
17
MAX_STREAM_SIZE = 2 * 1024 * 1024 * 1024 # 2 GiB
18
19
REFERENCE_DIR = Path(__file__).parent / "test_docs" / "reference"
tests/test_large_set.py
@@ -25,7 +25,7 @@
25
SAFE_EXTENSION = "-safe.pdf"
26
FORMATS_REGEX = r".*\.(pdf|docx|doc|xlsx|xls|pptx|ppt|odt|ods|odp|odg|jpg|jpeg|gif|png)$"
27
28
-TIMEOUT = 300 # 5 minutes per document
+TIMEOUT = 60 # 1 minute per document
29
30
31
def get_test_docs(min_size: int, max_size: int) -> List[Path]:
0 commit comments