run tests for mocha in parallel
npm install -g parallel-mocha
parallel-mocha ./your_test_directory/*
-t, --timeout <n> set test-case timeout in milliseconds
-s, --slow <n> slow test threshold in milliseconds
-p, --processes <n> set a number of processes to spawn.