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

Commit

Permalink
Adjust test split as an attempt for consistency
Browse files Browse the repository at this point in the history
More from issue #267
  • Loading branch information
yourcelf committed Mar 27, 2014
1 parent 954e4c1 commit 367891d
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]* test/test.[t-z]* && sleep 1 && NODE_ENV=testing mocha --timeout 10000 test/test.s*",
"test": "NODE_ENV=testing mocha --timeout 10000 test/test.[a-r]* && sleep 1 && NODE_ENV=testing mocha --timeout 10000 test/test.[s-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 367891d

Please sign in to comment.