From 847fa030b863da17807790de684f2dcd829d123a Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Thu, 22 Apr 2021 18:01:35 +0200 Subject: [PATCH] Increase jest test timeout --- jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index ccf1d63..e168c21 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,4 +16,5 @@ module.exports = { '**/test/**/*.test.ts' ], testEnvironment: 'node', -}; \ No newline at end of file + testTimeout: 60000, +};