Skip to content

Commit 9673ee3

Browse files
committed
Added delay to libinput replay
1 parent d1e4a8b commit 9673ee3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/features/steps/input.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
@when("the user performs {gesture}")
44
def play_gesture(context, gesture):
55
context.nixos.libinput_play(gesture + ".yaml")
6+
# Wait for frames to settle on slow systems
7+
sleep(1)

0 commit comments

Comments
 (0)