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

Commit e0e14de

Browse files
committed
fix: revert increase timeout
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 41cba88 commit e0e14de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/bitswap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('bitswap', () => runOn((thing) => {
2020
})
2121

2222
before(function (done) {
23-
this.timeout(2 * 60 * 1000)
23+
this.timeout(60 * 1000)
2424

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

0 commit comments

Comments
 (0)