summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/run_tests.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/talos/talos/run_tests.py
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 = [