mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
test: reduce the multitap tests to 5 taps only
Reduces the risk of accidental timeouts Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
8ead828e6f
commit
6dd02468ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue