浏览代码

Triple pytest timeout multiplier for cold loads

Zed 2 月之前
父节点
当前提交
6b86aaa27f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/pyproject.toml

+ 3 - 0
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"