From 4190f2e5738177efdd195944119bf02c945ec09f Mon Sep 17 00:00:00 2001 From: unknown <dschu012@gmail.com> Date: Thu, 27 May 2021 12:41:00 -0400 Subject: [PATCH] increase test timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4beee4..5f71b42 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "types": "lib/index.d.ts", "scripts": { "build": "tsc", - "test": "mocha -r ts-node/register tests/**/*.spec.ts", + "test": "mocha -r ts-node/register tests/**/*.spec.ts --timeout 10000", "web": "webpack", "prepack": "npm run build", "prepare": "npm run build && husky install",