now that tests pass with full-size keys, return test-keys to normal (522bit)
This commit is contained in:
parent
eec428ba5f
commit
fa6a768bc1
|
@ -26,7 +26,7 @@ from allmydata.key_generator import KeyGeneratorService
|
||||||
import allmydata.test.common_util as testutil
|
import allmydata.test.common_util as testutil
|
||||||
from allmydata import immutable
|
from allmydata import immutable
|
||||||
|
|
||||||
TEST_RSA_KEY_SIZE = 2048
|
TEST_RSA_KEY_SIZE = 522
|
||||||
|
|
||||||
def flush_but_dont_ignore(res):
|
def flush_but_dont_ignore(res):
|
||||||
d = flushEventualQueue()
|
d = flushEventualQueue()
|
||||||
|
|
Loading…
Reference in New Issue