Skip to content

Commit

Permalink
chore: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Mar 21, 2024
1 parent 2ab26e3 commit 171b64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
collectCoverage: true,
collectCoverageFrom: ['src/**/*.ts', 'tests/**/*.ts'],
testEnvironment: 'node',
testTimeout: 60_000,
testTimeout: 120_000,
extensionsToTreatAsEsm: ['.ts'],
transform: {
'^.+\\.(ts|js)$': ['ts-jest', { useESM: true }],
Expand Down

0 comments on commit 171b64d

Please sign in to comment.