diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_trng.py | 2 |
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) |