Skip to content

Commit 8601630

Browse files
committed
fix: increase pytest timeout to allow large file downloads
1 parent b5e9f8c commit 8601630

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ omit-covered-files = false
398398
# badge-format = "svg"
399399

400400
[tool.pytest.ini_options]
401-
timeout = 240
401+
# Some tests may download large objects such as the UMLS
402+
# This timeout is mostly here to kill the CI in the case of deadlocks or infinite loops
403+
timeout = 600
402404

403405
[tool.coverage.report]
404406
precision = 2

0 commit comments

Comments
 (0)