From 5ab2f206ea4dcaf6afa0884634c14b0390f8a2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 18 Mar 2025 14:04:29 +0100 Subject: [PATCH] cli: increase timeout for pytest --- pkgs/clan-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/pyproject.toml b/pkgs/clan-cli/pyproject.toml index 05032c811..bec9da247 100644 --- a/pkgs/clan-cli/pyproject.toml +++ b/pkgs/clan-cli/pyproject.toml @@ -29,7 +29,7 @@ clan_cli = [ [tool.pytest.ini_options] testpaths = ["tests", "clan_cli"] -faulthandler_timeout = 60 +faulthandler_timeout = 240 log_level = "DEBUG" log_format = "%(message)s" addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --durations 5 --color=yes --new-first -W error -n auto" # Add --pdb for debugging