diff --git a/tests/pyproject.toml b/tests/pyproject.toml index ade5000..323f114 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -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"