test: slow down 2fg slow scroll movement

To avoid test case failures when we switch to forced resolutions.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-07-10 11:26:18 +10:00
parent cc46e00e81
commit 3734a67eef

View file

@ -1365,7 +1365,7 @@ START_TEST(touchpad_2fg_scroll_slow_distance)
litest_touch_down(dev, 0, 49, 50);
litest_touch_down(dev, 1, 51, 50);
litest_touch_move_two_touches(dev, 49, 50, 51, 50, 0, y_move, 70, 10);
litest_touch_move_two_touches(dev, 49, 50, 51, 50, 0, y_move, 100, 10);
litest_touch_up(dev, 1);
litest_touch_up(dev, 0);
libinput_dispatch(li);
@ -1634,7 +1634,7 @@ START_TEST(touchpad_edge_scroll_timeout)
litest_timeout_edgescroll();
libinput_dispatch(li);
litest_touch_move_to(dev, 0, 99, 20, 99, 20 + y_movement, 60, 10);
litest_touch_move_to(dev, 0, 99, 20, 99, 20 + y_movement, 100, 10);
litest_touch_up(dev, 0);
libinput_dispatch(li);