test: add proximity timeout delay to a tablet test

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-04-11 14:19:49 +10:00
parent 1a5474d166
commit 8040c459c9

View file

@ -1034,6 +1034,9 @@ START_TEST(proximity_out_button_up)
litest_pop_event_frame(dev);
libinput_dispatch(li);
litest_timeout_tablet_proxout();
libinput_dispatch(li);
litest_assert_tablet_button_event(li,
BTN_STYLUS,
LIBINPUT_BUTTON_STATE_RELEASED);