Triple pytest timeout multiplier for cold loads

This commit is contained in:
Zed 2026-07-08 00:11:52 +02:00
commit 6b86aaa27f

View file

@ -6,3 +6,6 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.14"
seleniumbase = "4.46.5"
[tool.pytest.ini_options]
addopts = "--timeout_multiplier=3"