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

Commit 78e9ae7

Browse files
alanshawdaviddias
authored andcommitted
test: increase timeout for ping tests (#775)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 7e78ee2 commit 78e9ae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ping.spec.js

+2
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)