tests need more delay

This commit is contained in:
xs5871 2022-07-14 11:00:08 +00:00 committed by Kyle Brown
parent ed94ad06da
commit 682731bfe1

View File

@ -183,7 +183,7 @@ class TestStringSubstitution(unittest.TestCase):
(6, False), (6, False),
(0, True), (0, True),
(0, False), (0, False),
10, 50,
], ],
[ [
{KC.D}, {KC.D},
@ -236,6 +236,7 @@ class TestStringSubstitution(unittest.TestCase):
(5, False), (5, False),
(5, True), (5, True),
(5, False), (5, False),
1,
# the following is a trailing character, and should not # the following is a trailing character, and should not
# send the unreachable match "cccc" after matching "ccc" # send the unreachable match "cccc" after matching "ccc"
(5, True), (5, True),