From: Brian Warner <warner@lothar.com>
Date: Thu, 11 Aug 2011 17:54:18 +0000 (-0700)
Subject: now that tests pass with full-size keys, return test-keys to normal (522bit)
X-Git-Tag: trac-5200~3
X-Git-Url: https://git.rkrishnan.org/components/%22news.html/...?a=commitdiff_plain;h=fa6a768bc142fac20c072ef987b81ece8a3bd338;p=tahoe-lafs%2Ftahoe-lafs.git

now that tests pass with full-size keys, return test-keys to normal (522bit)
---

diff --git a/src/allmydata/test/common.py b/src/allmydata/test/common.py
index 0be410be..61cb1dc3 100644
--- 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()