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

This commit is contained in:
Brian Warner 2011-08-11 10:54:18 -07:00
parent eec428ba5f
commit fa6a768bc1

View 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()