From e1166b5ebdbbfb184dfd482227d11a28f33f40c9 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Thu, 12 Nov 2020 14:26:16 -0600 Subject: [PATCH] Fix issue #970 testcase The timing of expected reports was off slightly in two places. Signed-off-by: Michael Richters --- tests/issues/970/test.ktest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/issues/970/test.ktest b/tests/issues/970/test.ktest index 6bb39c17..977c5b36 100644 --- a/tests/issues/970/test.ktest +++ b/tests/issues/970/test.ktest @@ -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