test: lower key size for mount tests

This commit is contained in:
Juan Batiz-Benet 2014-11-18 06:18:28 -08:00
parent 5aaa45db9a
commit bd962b6c32

View File

@ -43,7 +43,7 @@ test_launch_ipfs_mount() {
test_expect_success "ipfs init succeeds" '
export IPFS_DIR="$(pwd)/.go-ipfs" &&
ipfs init -b=2048
ipfs init -b=1024
'
test_expect_success "prepare config" '