From b49200aa0659609b0d80393e432e1a1c35bdd539 Mon Sep 17 00:00:00 2001 From: Vladan Date: Tue, 6 Feb 2024 11:01:28 +0100 Subject: [PATCH] ci: increase test timeout --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index c55452d..5abcd81 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -26,7 +26,7 @@ export default async (): Promise => { // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped testPathIgnorePatterns: ['/node_modules/'], - testTimeout: 90000, // 1.5 min + testTimeout: 180000, // 3 min // Run tests from one or more projects projects: [