Skip to content

Commit

Permalink
chore: use test profile for swarm tests (ipfs#1038)
Browse files Browse the repository at this point in the history
Saves 1 minute running them locally.

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw authored Jul 10, 2019
1 parent 689a5a1 commit 1a8bcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ describe('interface-ipfs-core tests', () => {
config = undefined
}

const spawnOptions = { repoPath, config, initOptions: { bits: 1024 } }
const spawnOptions = { repoPath, config, initOptions: { bits: 1024, profile: 'test' } }

ipfsFactory.spawn(spawnOptions, (err, _ipfsd) => {
if (err) {
Expand Down

0 comments on commit 1a8bcdd

Please sign in to comment.