diff --git a/jestconfig.json b/jestconfig.json index b4c7230..602100e 100644 --- a/jestconfig.json +++ b/jestconfig.json @@ -1,5 +1,6 @@ { "verbose": true, + "testTimeout": 15000, "transform": { "^.+\\.(t|j)sx?$": "ts-jest" },