From 48a7183a20655fcfd0c4de29c042d56b6c854060 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Thu, 11 Dec 2014 22:01:58 +0000 Subject: [PATCH] Increase test timeout for Beats. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2afced..af60c27 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "start": "node ./bin/www", - "test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=5000" + "test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=10000" }, "engines": { "node": "0.10.x"