aboutsummaryrefslogtreecommitdiff
path: root/tests/test_trng.py
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-04-08 16:38:45 -0400
committerPaul Selkirk <paul@psgd.org>2015-04-08 16:38:45 -0400
commit7435ac81de2ebe5b312b2435795c4c027d6add75 (patch)
tree4e4f10a92a6a7d100f56c7a3a35f5d1dbe98e32b /tests/test_trng.py
parent95009f48e05d06fb77a9127731d7f5f2de489055 (diff)
Add EIM HAL.
The eim and i2c support are copied from core/platform/novena. In future, we should maybe build a library there, and link it here.
Diffstat (limited to 'tests/test_trng.py')
-rw-r--r--tests/test_trng.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_trng.py b/tests/test_trng.py
index 5207eda..1a2177d 100644
--- a/tests/test_trng.py
+++ b/tests/test_trng.py
@@ -44,5 +44,5 @@ if not have_i2c:
print
print "[I2C device not found, so testing software only, no hardware cores tested]"
-for i in xrange(100):
+for i in xrange(10):
generate_key(i)