projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec428b
)
now that tests pass with full-size keys, return test-keys to normal (522bit)
author
Brian Warner
<warner@lothar.com>
Thu, 11 Aug 2011 17:54:18 +0000
(10:54 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 11 Aug 2011 17:54:18 +0000
(10:54 -0700)
src/allmydata/test/common.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/common.py
b/src/allmydata/test/common.py
index 0be410be87e1138a4d42931c348efc20c1971519..61cb1dc3075ec9c127c32539183a88272f9dc8f9 100644
(file)
--- a/
src/allmydata/test/common.py
+++ b/
src/allmydata/test/common.py
@@
-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()