From 0aeb47851f41f4dad5367ebcfd194e16d4fbc7c1 Mon Sep 17 00:00:00 2001 From: pioardi Date: Wed, 22 Jan 2020 17:40:52 +0100 Subject: [PATCH] Increase test time --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 849e4811..a53d9dcf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "npm install", - "test": "standard && nyc mocha --experimental-worker --exit --timeout 15000 tests/*test.js ", + "test": "standard && nyc mocha --experimental-worker --exit --timeout 20000 tests/*test.js ", "debug-test": "mocha --inspect-brk --experimental-worker --exit tests/*test.js ", "demontest": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls", -- 2.34.1