Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Nov 1, 2021
1 parent d68727e commit 2b69810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
},
testRegex: '-test\\.ts$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
testTimeout: 15000,
globals: {
'ts-jest': {
diagnostics: false,
Expand Down

0 comments on commit 2b69810

Please sign in to comment.