From bd962b6c324326d34e013f9308b369ef2eef9e18 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Tue, 18 Nov 2014 06:18:28 -0800 Subject: [PATCH] test: lower key size for mount tests --- test/lib/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/test-lib.sh b/test/lib/test-lib.sh index 06e81bf22..219d7e5bf 100644 --- a/test/lib/test-lib.sh +++ b/test/lib/test-lib.sh @@ -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" '