increase frequency of number of entries placed in the InputGroup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Mar 2019 14:00:28 +0000 (14:00 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Mar 2019 14:00:28 +0000 (14:00 +0000)
src/add/test_inputgroup.py

index 4c210c26e763554d633a6b5ac6214678ca662f05..e78090ea69fc4192422832ef9dbc04220fc67f33 100644 (file)
@@ -130,7 +130,7 @@ class InputTest:
             yield rs.stb.eq(0)
 
             # wait random period of time before queueing another value
-            for i in range(randint(0, 12)):
+            for i in range(randint(0, 8)):
                 yield
 
     def recv(self):