mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Speed up pytest with eager page loads
This commit is contained in:
parent
092397cd6f
commit
5100290f76
3 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue