From e8370dc65ff181774bc11b06f058986e984d9662 Mon Sep 17 00:00:00 2001 From: roblabla Date: Fri, 6 Mar 2015 23:43:22 +0000 Subject: [PATCH] Lower timeout to 1 minute --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index ff5d698..fa7a5d8 100644 --- a/test/test.js +++ b/test/test.js @@ -217,7 +217,7 @@ describe("packets", function() { }); describe("client", function() { - this.timeout(4000000); + this.timeout(60 * 1000); var mcServer; function startServer(propOverrides, done) {