From 417cced318a5ee3e7f5b54420cd0de3b9c952de5 Mon Sep 17 00:00:00 2001 From: Tee Date: Mon, 15 Mar 2021 08:37:56 -0400 Subject: [PATCH] Add test timeout in jest config --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 3740ac5..6b5fb31 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,4 +3,5 @@ module.exports = { "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, + "testTimeout": 30000 } \ No newline at end of file