diff --git a/.aegir.js b/.aegir.js index d107bb3b..f11e51ff 100644 --- a/.aegir.js +++ b/.aegir.js @@ -11,7 +11,7 @@ module.exports = { served: true, included: false }], - singleRun: false, + singleRun: true, browserNoActivityTimeout: 100 * 1000 }, hooks: { diff --git a/package.json b/package.json index f86b52ce..59156ad8 100644 --- a/package.json +++ b/package.json @@ -51,10 +51,11 @@ "eslint-plugin-react": "^7.5.1", "expose-loader": "^0.7.4", "form-data": "^2.3.1", + "go-ipfs-dep": "^0.4.13", "hat": "0.0.3", - "ipfs": "^0.27.5", + "ipfs": "~0.27.7", "ipfs-api": "^17.2.4", - "ipfsd-ctl": "~0.26.0", + "ipfsd-ctl": "~0.27.0", "left-pad": "^1.2.0", "lodash": "^4.17.4", "mocha": "^4.0.1", diff --git a/test/circuit-relay.js b/test/circuit-relay.js index 0f0a763c..62cb3946 100644 --- a/test/circuit-relay.js +++ b/test/circuit-relay.js @@ -435,7 +435,7 @@ function tests (relayType) { }) } -describe.only('circuit', () => { +describe('circuit', () => { describe('js relay', function () { this.relay = null this.relayAddrs = null