config: increase test timeout to 60 seconds for better stability

This commit is contained in:
Carlos Santos 2025-04-23 14:43:02 +02:00
parent ace65e5f89
commit 72b83d2349

View File

@ -6,7 +6,7 @@ const jestConfig = {
...createDefaultEsmPreset({
tsconfig: 'tsconfig.json'
}),
testTimeout: 30000,
testTimeout: 60000,
resolver: 'ts-jest-resolver',
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
moduleFileExtensions: ['js', 'ts', 'json', 'node'],