Skip to content

Commit

Permalink
tweak(jest): set the default test timeout lower
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneBro committed May 11, 2024
1 parent 8ad3add commit 0168a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Config } from 'jest';

export default {
testEnvironment: 'node',
testTimeout: 600000,
testTimeout: 5000,
testSequencer: '<rootDir>/jest.sequencer.js',
transform: {
'^.+\\.(js|jsx|ts|tsx)$': 'babel-jest',
Expand Down

0 comments on commit 0168a8c

Please sign in to comment.