Browse Source

Increase timeout for tests

pull/14992/head
Yurii Motov 5 months ago
parent
commit
bcf1384fa5
  1. 2
      pyproject.toml

2
pyproject.toml

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

Loading…
Cancel
Save