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

Commit db421b6

Browse files
committed
test: increase ping timeout
1 parent ada696f commit db421b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/ping/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = (createCommon, options) => {
1313
const common = createCommon()
1414

1515
describe('.ping', function () {
16-
this.timeout(30 * 1000)
16+
this.timeout(35 * 1000)
1717

1818
let ipfsA
1919
let ipfsB

0 commit comments

Comments
 (0)