Speed up pytest with eager page loads

This commit is contained in:
Zed 2026-07-11 00:12:02 +02:00
commit 5100290f76
3 changed files with 6 additions and 2 deletions

View file

@ -8,4 +8,4 @@ python = "^3.14"
seleniumbase = "4.46.5"
[tool.pytest.ini_options]
addopts = "--timeout_multiplier=3"
addopts = "--pls=eager --reruns=3 --timeout_multiplier=3"