Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 5886445

Browse files
committed
fix: increase bitswap setup timeout for CI
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 5097a6a commit 5886445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/bitswap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = (common) => {
2121
before(function (done) {
2222
// CI takes longer to instantiate the daemon, so we need to increase the
2323
// timeout for the before step
24-
this.timeout(60 * 250)
24+
this.timeout(60 * 1000)
2525

2626
common.setup((err, factory) => {
2727
expect(err).to.not.exist()

0 commit comments

Comments
 (0)