From 4db11ee315a6352df05442bebbd6a12720fdc33d Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 13 Jul 2020 14:00:34 +0200 Subject: [PATCH] Update amount of tests --- gram/test/test_soc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gram/test/test_soc.py b/gram/test/test_soc.py index 6fe0a23..d05d934 100644 --- a/gram/test/test_soc.py +++ b/gram/test/test_soc.py @@ -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): -- 2.30.2