Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: revert increase timeout
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Sep 11, 2018
1 parent 41cba88 commit e0e14de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/bitswap.js
Expand Up @@ -20,7 +20,7 @@ describe('bitswap', () => runOn((thing) => {
})

before(function (done) {
this.timeout(2 * 60 * 1000)
this.timeout(60 * 1000)

PeerId.create({ bits: 512 }, (err, peer) => {
expect(err).to.not.exist()
Expand Down

0 comments on commit e0e14de

Please sign in to comment.