From c2c65537ecd4c9f4857d39d981c3da0235d6d682 Mon Sep 17 00:00:00 2001 From: Noah Zinsmeister Date: Mon, 30 Dec 2019 15:20:46 -0500 Subject: [PATCH] increase test timeout --- .mocharc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mocharc.json b/.mocharc.json index d609412..1a5fee6 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -2,5 +2,5 @@ "extension": ["ts"], "spec": "./test/**/*.spec.ts", "require": "ts-node/register", - "timeout": 8000 + "timeout": 12000 }