From 42450df29b630cb9360e8459c2460ef521ff974d Mon Sep 17 00:00:00 2001 From: Charlie DeTar Date: Fri, 4 Apr 2014 14:27:06 -0600 Subject: [PATCH] Further split test runs (issue #267) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b6af91b..4781e311 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "postinstall": "node ./bin/compile-assets.js", "start": "node ./bin/unhangout-server", "setup": "source conf.sh", - "test": "NODE_ENV=testing mocha --timeout 10000 test/test.[a-r]* && sleep 1 && NODE_ENV=testing mocha test/test.s* && sleep 1 && NODE_ENV=testing mocha test/test.[t-z]*", + "test": "NODE_ENV=testing mocha test/test.[a-d]* && sleep 1 && NODE_ENV=testing mocha test/test.[e-r]* && sleep 1 && NODE_ENV=testing mocha test/test.s* && sleep 1 && NODE_ENV=testing mocha test/test.[t-z]*", "forever-start": "NODE_ENV=production forever start --minUptime 1000 --spinSleepTime 1000 -a -l unhangout.log -o logs/out.log -e logs/err.log bin/unhangout-server", "forever-stop": "forever stop bin/unhangout-server", "forever-restart": "NODE_ENV=production forever restart bin/unhangout-server",