Increase timeout for tests

This commit is contained in:
Yurii Motov
2026-02-25 11:17:36 +01:00
parent d61938836b
commit bcf1384fa5

View File

@@ -233,7 +233,7 @@ strict_xfail = true
filterwarnings = [
"error",
]
timeout = "5"
timeout = "20"
[tool.coverage.run]
parallel = true