summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/run_tests.py')
-rwxr-xr-xtesting/talos/talos/run_tests.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/talos/talos/run_tests.py b/testing/talos/talos/run_tests.py
index 8213c92897..1d3333e3a8 100755
--- a/testing/talos/talos/run_tests.py
+++ b/testing/talos/talos/run_tests.py
@@ -54,7 +54,9 @@ def set_tp_preferences(test, browser_config):
"of cycles, please disregard reported numbers"
)
for cycle_var in ["tppagecycles", "tpcycles", "cycles"]:
- if test[cycle_var] > 2:
+ if test["name"] == "tp5o_scroll" and test[cycle_var] > 1:
+ test[cycle_var] = 1
+ elif test[cycle_var] > 2:
test[cycle_var] = 2
CLI_bool_options = [