Skip to content

Commit

Permalink
ci: increase jest timeout for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Apr 14, 2024
1 parent 9e39628 commit a04e784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFiles: ['<rootDir>/jest.setup.ts'],
testTimeout: 30000,
testTimeout: 60000,
};

0 comments on commit a04e784

Please sign in to comment.