Skip to content

Commit 1a8bcdd

Browse files
author
Alan Shaw
authored
chore: use test profile for swarm tests (ipfs#1038)
Saves 1 minute running them locally. License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 689a5a1 commit 1a8bcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ describe('interface-ipfs-core tests', () => {
297297
config = undefined
298298
}
299299

300-
const spawnOptions = { repoPath, config, initOptions: { bits: 1024 } }
300+
const spawnOptions = { repoPath, config, initOptions: { bits: 1024, profile: 'test' } }
301301

302302
ipfsFactory.spawn(spawnOptions, (err, _ipfsd) => {
303303
if (err) {

0 commit comments

Comments
 (0)