Increase mocha timout to 10s.

This commit is contained in:
Artem Yavorsky 2017-03-10 14:17:18 +02:00 committed by Brian Ng
parent d6a6ee4045
commit ded253f1ad

View File

@ -15,7 +15,7 @@
"fix": "eslint . --fix",
"ci": "npm run test",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"test": "npm run build && mocha ./test --compilers js:babel-register -t 5000"
"test": "npm run build && mocha ./test --compilers js:babel-register -t 10000"
},
"dependencies": {
"babel-plugin-check-es2015-constants": "^6.3.13",