mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 07:18:12 +08:00
test: lower key size for mount tests
This commit is contained in:
parent
5aaa45db9a
commit
bd962b6c32
@ -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" '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user