Skip to content

Commit

Permalink
fix: increase pytest timeout to allow large file downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Nov 4, 2024
1 parent 5a1b695 commit 62a609a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,9 @@ omit-covered-files = false
# badge-format = "svg"

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

[tool.coverage.report]
precision = 2
Expand Down

0 comments on commit 62a609a

Please sign in to comment.