diff --git a/test/ping.spec.js b/test/ping.spec.js index 231ad2a63..097e40045 100644 --- a/test/ping.spec.js +++ b/test/ping.spec.js @@ -21,6 +21,8 @@ function isPong (pingResponse) { } describe('.ping', function () { + this.timeout(10 * 1000) + let ipfs let ipfsd let other