From 540f6c1ce9818839e37e3ede9e626ae1eb012a52 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 10 Jul 2019 10:33:15 +0100 Subject: [PATCH] chore: use test profile for swarm tests Saves 1 minute running them locally. License: MIT Signed-off-by: Alan Shaw --- test/interface.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/interface.spec.js b/test/interface.spec.js index 127fbe4fa..abc57e962 100644 --- a/test/interface.spec.js +++ b/test/interface.spec.js @@ -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) {