From 32a04636837cd2d9e855da4e8a804a7d4c26b9b6 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 12 Nov 2020 12:16:52 +0300 Subject: [PATCH] test: set timeout --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 782b821..22db848 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ }, "scripts": { "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md", - "test": "c8 mocha", - "lint": "eslint {test/*,*}.js --fix", + "test": "c8 mocha --timeout 5000", + "lint": "eslint {test/*,*}.js", "pretest": "clinton" }, "files": [