Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1154f4a

Browse files
author
Alan Shaw
committed
perf: use test profile
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent 6552f0f commit 1154f4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint-plugin-react": "^7.11.1",
8585
"go-ipfs-dep": "~0.4.18",
8686
"interface-ipfs-core": "~0.96.0",
87-
"ipfsd-ctl": "~0.40.0",
87+
"ipfsd-ctl": "github:ipfs/js-ipfsd-ctl#feat/support-profile",
8888
"nock": "^10.0.2",
8989
"pull-stream": "^3.6.9",
9090
"stream-equal": "^1.1.1"

test/utils/interface-common-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function createFactory (options) {
99
options = options || {}
1010

1111
options.factoryOptions = options.factoryOptions || {}
12-
options.spawnOptions = options.spawnOptions || { initOptions: { bits: 1024 } }
12+
options.spawnOptions = options.spawnOptions || { initOptions: { bits: 1024, profile: 'test' } }
1313

1414
const ipfsFactory = IPFSFactory.create(options.factoryOptions)
1515

0 commit comments

Comments
 (0)