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

Commit 2c78051

Browse files
committed
chore: bump swarm timeout
1 parent 1f5eba3 commit 2c78051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swarm.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 * 1000)
24+
this.timeout(100 * 1000)
2525

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

0 commit comments

Comments
 (0)