Skip to content

Commit 7a09dd4

Browse files
committed
Added delay to libinput replay
1 parent d1e4a8b commit 7a09dd4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ jobs:
6565
keep_reports: 10
6666
gh_pages: pages_reports
6767
workflow_name: ${{ github.workflow }}
68+
use_actions_summary: true

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)