From fbd5d1fae9f28e270666cb2c88927ea986e54b2d Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Fri, 13 Mar 2026 17:18:37 +0100 Subject: [PATCH] Increase 'swipe-threshold' and 'scroll-threshold' expected values Test 'Test Check Browser Touch Scroll Using Uinput' sometimes fail due to a small difference of 1 or 2 pixels. Increase values from 8px to 10px for platforms '2.50' and 'generic' (these values are already much higher for 'wandboard-mesa' (15px)). --- .ci/robot_framework/expectations/2_50/generic.expectations | 4 ++-- .ci/robot_framework/expectations/generic.expectations | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/robot_framework/expectations/2_50/generic.expectations b/.ci/robot_framework/expectations/2_50/generic.expectations index d4a11fdd..2dac09f9 100644 --- a/.ci/robot_framework/expectations/2_50/generic.expectations +++ b/.ci/robot_framework/expectations/2_50/generic.expectations @@ -6,6 +6,6 @@ canvas-fps-threshold-std-deviation:1 motionmark-min-score:385 scroll-max-position:10000 scroll-position:300 -scroll-threshold:8 +scroll-threshold:10 swipe-position:1047 -swipe-threshold:8 +swipe-threshold:10 diff --git a/.ci/robot_framework/expectations/generic.expectations b/.ci/robot_framework/expectations/generic.expectations index f8ddf8d1..f40ff649 100644 --- a/.ci/robot_framework/expectations/generic.expectations +++ b/.ci/robot_framework/expectations/generic.expectations @@ -6,9 +6,9 @@ canvas-fps-threshold-std-deviation:1 motionmark-min-score:400 scroll-max-position:10000 scroll-position:300 -scroll-threshold:8 +scroll-threshold:10 swipe-position:1047 -swipe-threshold:8 +swipe-threshold:10 video-30-fps-threshold-cpu-load:3 video-30-fps-threshold-fps:28 video-30-fps-threshold-memory-used:850