From 9464f1b2e173df5463385e04139a9df6051cc87c Mon Sep 17 00:00:00 2001 From: saracampss Date: Fri, 23 Aug 2024 16:29:22 -0300 Subject: [PATCH] [fix:3] - fix timeout value Signed-off-by: saracampss --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 5a29243..313657d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,6 +7,7 @@ const reporter = process.env.JEST_SONAR; const config = { + testTimeout: 30000, // All imported modules in your tests should be mocked automatically // automock: false,