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

Commit 7e9b6c0

Browse files
committed
fix: increase timeout for ping tests
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent cd55fe9 commit 7e9b6c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ping.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ function isPong (pingResponse) {
2121
}
2222

2323
describe('.ping', function () {
24+
this.timeout(10 * 1000)
25+
2426
let ipfs
2527
let ipfsd
2628
let other

0 commit comments

Comments
 (0)