From 6b86aaa27ffcedc0b780772495b56b9157a6fde4 Mon Sep 17 00:00:00 2001 From: Zed Date: Wed, 8 Jul 2026 00:11:52 +0200 Subject: [PATCH] Triple pytest timeout multiplier for cold loads --- tests/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"