Increase mocha timout to 10s.
This commit is contained in:
parent
d6a6ee4045
commit
ded253f1ad
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user