From 5bfda797e60225929ac842d3c459dbb3a1c1458a Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Fri, 13 Dec 2024 16:29:24 +0100 Subject: [PATCH] Add a timeout for all tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ff0c0d1b..f6426838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ filterwarnings = [ testpaths = ["tests", "src"] xfail_strict = true addopts = "--doctest-modules" +timeout = 10 [tool.setuptools_scm] write_to = "src/cutadapt/_version.py"