From 62a609a4961863110f01c11220c2566a7055ee25 Mon Sep 17 00:00:00 2001 From: Perceval Wajsburt Date: Mon, 4 Nov 2024 19:18:11 +0100 Subject: [PATCH] fix: increase pytest timeout to allow large file downloads --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3b78473d..4b65a2b24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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