Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
Further split test runs (issue #267)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourcelf committed Apr 4, 2014
1 parent a56f7ec commit 42450df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 42450df

Please sign in to comment.