From 5a7c4120b603825d1711dd1bd5e35e6d1612c872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 28 Sep 2023 15:24:06 +0200 Subject: [PATCH] tests: increase timeout to 60 --- 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 1c16c93a1..a79978cb2 100644 --- a/pkgs/clan-cli/pyproject.toml +++ b/pkgs/clan-cli/pyproject.toml @@ -15,7 +15,7 @@ exclude = ["clan_cli.nixpkgs*"] clan_cli = [ "config/jsonschema/*", "webui/assets/**/*"] [tool.pytest.ini_options] -faulthandler_timeout = 30 +faulthandler_timeout = 60 addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --workers auto --durations 5" norecursedirs = "tests/helpers" markers = [ "impure" ]