From c3071e3059079379432500522d79ad8d92c473d2 Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Thu, 10 Jun 2021 10:39:01 -0400 Subject: [PATCH] give tests longer timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },