config: increase test timeout to 60 seconds for better stability
This commit is contained in:
parent
ace65e5f89
commit
72b83d2349
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user