From 92cd927bed8abb8d7d81d93a902ff94fd09d6287 Mon Sep 17 00:00:00 2001 From: Petri Kivikangas Date: Thu, 9 Mar 2017 21:19:23 +0900 Subject: [PATCH] =?UTF-8?q?Increase=20Mocha=E2=80=99s=20timeout=20limit=20?= =?UTF-8?q?because=20of=20Mocha=E2=80=99s=20slow=20initialization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b204f3..86088c8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "mongoose": "^4.8.6" }, "scripts": { - "test": "mocha" + "test": "mocha --timeout 60000" }, "repository": { "type": "git",