From 6dd02468ac00cb5ce0ce0a90d7b5482ba683c88c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 4 May 2015 10:21:02 +1000 Subject: [PATCH] test: reduce the multitap tests to 5 taps only Reduces the risk of accidental timeouts Signed-off-by: Peter Hutterer --- test/touchpad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/touchpad.c b/test/touchpad.c index 094f671e..114ae2c7 100644 --- a/test/touchpad.c +++ b/test/touchpad.c @@ -390,7 +390,7 @@ START_TEST(touchpad_1fg_multitap_n_drag_click) litest_drain_events(li); - for (i = 3; i < 8; i++) { + for (i = 3; i < 5; i++) { for (ntaps = 0; ntaps <= i; ntaps++) { litest_touch_down(dev, 0, 50, 50); @@ -453,7 +453,7 @@ START_TEST(touchpad_1fg_multitap_n_drag_timeout) litest_drain_events(li); - for (i = 3; i < 8; i++) { + for (i = 3; i < 5; i++) { for (ntaps = 0; ntaps <= i; ntaps++) { litest_touch_down(dev, 0, 50, 50); -- 2.34.1