Skip to content

Commit

Permalink
test: increase jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shihabmridha committed Jun 28, 2023
1 parent 6ddbc8e commit 131af9e
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 @@ -7,5 +7,5 @@ module.exports = {
coverageDirectory: 'coverage',
coverageReporters: ['cobertura'],
testResultsProcessor: 'jest-junit-reporter',
testTimeout: 10000,
testTimeout: 100000,
};

0 comments on commit 131af9e

Please sign in to comment.