Skip to content

Commit

Permalink
feat: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Aug 16, 2024
1 parent 1f83526 commit 1096fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 60000,
testTimeout: 6000000,
collectCoverage: true,
coverageReporters: [
"html"
Expand Down

0 comments on commit 1096fd7

Please sign in to comment.