Skip to content

Commit

Permalink
bump test duration
Browse files Browse the repository at this point in the history
  • Loading branch information
KuphJr committed Sep 11, 2023
1 parent 06a39dd commit df76e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/test/**/*.test.ts'],
testTimeout: 60 * 1000,
testTimeout: 2 * 60 * 1000,

coverageReporters: ['html'],
collectCoverageFrom: ['src/**/*.ts', '!src/test/*.ts', '!src/simulateScript/deno-sandbox/*.ts'],
Expand Down

0 comments on commit df76e4d

Please sign in to comment.