Update amount of tests
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 13 Jul 2020 12:00:34 +0000 (14:00 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 13 Jul 2020 12:00:34 +0000 (14:00 +0200)
gram/test/test_soc.py

index 6fe0a236a71d67c0e0395e7454c8b205a1ea404f..d05d93487271997336b18e073ee4eb08217af004 100644 (file)
@@ -216,7 +216,7 @@ class SocTestCase(FHDLTestCase):
         def process():
             yield from SocTestCase.init_seq(soc.bus)
 
-            n = 100
+            n = 64
 
             memtest_values = []
             for i in range(n):
@@ -242,7 +242,7 @@ class SocTestCase(FHDLTestCase):
         def process():
             yield from SocTestCase.init_seq(soc.bus)
 
-            n = 100
+            n = 128
 
             # Write
             for i in range(n):