Commit bd962b6c authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

test: lower key size for mount tests

parent 5aaa45db
......@@ -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" '
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment