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

Commit

Permalink
fix: increase bitswap setup timeout for CI
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw committed Jun 19, 2018
1 parent 5097a6a commit 5886445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/bitswap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = (common) => {
before(function (done) {
// CI takes longer to instantiate the daemon, so we need to increase the
// timeout for the before step
this.timeout(60 * 250)
this.timeout(60 * 1000)

common.setup((err, factory) => {
expect(err).to.not.exist()
Expand Down

0 comments on commit 5886445

Please sign in to comment.