Skip to content

Commit e6b1545

Browse files
alanshawdanieldaf
authored andcommitted
test: increase timeout for ping tests (ipfs-inactive#775)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 2ef467f commit e6b1545

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)