From 71552a336ee65cff0ad1802647eaf616d9b955f6 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Sun, 20 Apr 2014 21:10:59 +1200 Subject: [PATCH] Increase default Mocha timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c0c515..0e952d8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "mocha": "~1.17.0" }, "scripts": { - "test": "mocha --ui qunit --reporter list -- test/index.js" + "test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js" }, "bin": { "lt": "./bin/client"