]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
now that tests pass with full-size keys, return test-keys to normal (522bit)
authorBrian Warner <warner@lothar.com>
Thu, 11 Aug 2011 17:54:18 +0000 (10:54 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 11 Aug 2011 17:54:18 +0000 (10:54 -0700)
src/allmydata/test/common.py

index 0be410be87e1138a4d42931c348efc20c1971519..61cb1dc3075ec9c127c32539183a88272f9dc8f9 100644 (file)
@@ -26,7 +26,7 @@ from allmydata.key_generator import KeyGeneratorService
 import allmydata.test.common_util as testutil
 from allmydata import immutable
 
-TEST_RSA_KEY_SIZE = 2048
+TEST_RSA_KEY_SIZE = 522
 
 def flush_but_dont_ignore(res):
     d = flushEventualQueue()