Skip to content

Commit

Permalink
fix: decrease test timeout in jest configuration from 240s to 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Jan 7, 2025
1 parent a15a1e5 commit 6fddd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 240000,
testTimeout: 120000,
maxWorkers: 1
};

0 comments on commit 6fddd66

Please sign in to comment.