give tests longer timeout
This commit is contained in:
parent
6e782f49db
commit
4969a22ed4
@ -4,7 +4,7 @@
|
||||
"description": "node-fetch with a persistent cache.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"test": "mocha -- --timeout 10000",
|
||||
"lint": "./node_modules/.bin/eslint .",
|
||||
"lintfix": "./node_modules/.bin/eslint . --fix"
|
||||
},
|
||||
|
Reference in New Issue
Block a user