Speed up test

This commit is contained in:
Roland Shoemaker 2015-06-05 19:03:45 +01:00
parent 0bfc50b7e5
commit d6591ada58
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
"github.com/letsencrypt/boulder/test"
)
var maxKeySize int = 4096
var maxKeySize int = 2048
func TestUnknownKeyType(t *testing.T) {
notAKey := struct{}{}