From 0de23991d82650c7f1c355400091b2c144418fca Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 22 May 2018 22:44:12 +0100 Subject: [PATCH] fix: increase timeout for ping tests License: MIT Signed-off-by: Alan Shaw --- test/ping.spec.js | 2 ++ 1 file changed, 2 insertions(+) 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