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

Commit 98e1da1

Browse files
committed
wip
1 parent 93cc273 commit 98e1da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/swarm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('swarm', () => {
1818
before(function (done) {
1919
// CI takes longer to instantiate the daemon, so we need to increase the
2020
// timeout for the before step
21-
this.timeout(60 * 1000)
21+
this.timeout(80 * 1000)
2222

2323
factory = new Factory()
2424

@@ -46,7 +46,7 @@ describe('swarm', () => {
4646
after((done) => factory.dismantle(done))
4747

4848
describe('daemon on (through http-api)', function () {
49-
this.timeout(40 * 1000)
49+
this.timeout(60 * 1000)
5050

5151
it('connect', () => {
5252
return ipfsA('swarm', 'connect', bMultiaddr).then((out) => {

0 commit comments

Comments
 (0)