Merge pull request 'cli: increase timeout for pytest' (#3056) from ci into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3056
This commit is contained in:
Mic92
2025-03-18 13:18:09 +00:00

View File

@@ -29,7 +29,7 @@ clan_cli = [
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests", "clan_cli"] testpaths = ["tests", "clan_cli"]
faulthandler_timeout = 60 faulthandler_timeout = 240
log_level = "DEBUG" log_level = "DEBUG"
log_format = "%(message)s" 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 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