Fix issue #970 testcase

The timing of expected reports was off slightly in two places.

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/972/head
Michael Richters 4 years ago
parent 3160edfd8c
commit e1166b5ebd
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -8,13 +8,13 @@ RUN 10 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report Key_A # Report should contain only `A`
RUN 1 cycle
RUN 2 cycles
EXPECT keyboard-report empty # Report should be empty
RUN 65536 ms
PRESS A
RUN 201 ms
RUN 202 ms
EXPECT keyboard-report Key_LeftGui # Report should contain only `LeftGui`
RUN 10 ms

Loading…
Cancel
Save