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

Commit 3f2e04b

Browse files
authored
Merge pull request #306 from ipfs/fix/increase-bitswap-setup-timeout
fix: increase bitswap setup timeout for CI
2 parents 5097a6a + 5886445 commit 3f2e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/bitswap.js

Lines changed: 1 addition & 1 deletion
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)