diff --git a/package.json b/package.json index be64d84..2723310 100644 --- a/package.json +++ b/package.json @@ -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" },