give tests longer timeout

This commit is contained in:
Randall Schmidt 2021-06-10 10:39:01 -04:00
parent bf4c295e48
commit c3071e3059

@ -4,7 +4,7 @@
"description": "node-fetch with a persistent cache.", "description": "node-fetch with a persistent cache.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "mocha", "test": "mocha -- --timeout 10000",
"lint": "./node_modules/.bin/eslint .", "lint": "./node_modules/.bin/eslint .",
"lintfix": "./node_modules/.bin/eslint . --fix" "lintfix": "./node_modules/.bin/eslint . --fix"
}, },