Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 5, 2022
1 parent cfd4aad commit e935dcc
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,4 +4,5 @@ module.exports = {
coverageReporters: ['json', 'text'],
collectCoverageFrom: ['src/**/*.ts'],
preset: 'ts-jest/presets/js-with-babel',
testTimeout: 30000,
}

0 comments on commit e935dcc

Please sign in to comment.