From f70108e6f39dcda3b0f4a9aa8e91c00971512614 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Mon, 16 Jul 2012 14:21:38 +1000 Subject: [PATCH] increase test timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6761ad3..d62eed3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "should": "*" } , "scripts": { - "test": "mocha -t 30000", + "test": "mocha -t 80000", "prepublish" : "npm prune" } }