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 }