From 3bc78801b39f0a98f1a424da3f60c4aa60c7025a Mon Sep 17 00:00:00 2001 From: Zed Date: Sat, 11 Jul 2026 07:54:00 +0200 Subject: [PATCH] Increase test reruns and timeout for proxy media --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 63c8de7..a0def28 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -8,4 +8,4 @@ python = "^3.14" seleniumbase = "4.46.5" [tool.pytest.ini_options] -addopts = "--pls=eager --reruns=3 --timeout_multiplier=3" +addopts = "--pls=eager --reruns=5 --timeout_multiplier=5"