Skip to content

Commit

Permalink
bump the testTimeout value 50000 more ms to give a bit more headroom
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jan 11, 2024
1 parent ee07aef commit f0ba69b
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 @@ -12,7 +12,7 @@ module.exports = {
},
transformIgnorePatterns: ['<rootDir>/node_modules/'],
testPathIgnorePatterns: ['src/integration'],
testTimeout: 100000,
testTimeout: 150000,
verbose: true,
detectOpenHandles: false,
collectCoverageFrom: [
Expand Down

0 comments on commit f0ba69b

Please sign in to comment.