Skip to content

Commit

Permalink
test(encrypted-archive): change timeout from 5000ms to 15000ms
Browse files Browse the repository at this point in the history
In Node.js 18, some tests now take more than 5000ms.
  • Loading branch information
sounisi5011 committed May 28, 2022
1 parent 336815d commit 30456ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/encrypted-archive/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
},
setupFilesAfterEnv: ['jest-extended/all', '@sounisi5011/jest-binary-data-matchers'],
testEnvironment: 'node',
// In Node.js 18, some tests now take more than 5000ms.
testTimeout: 15 * 1000,
testMatch: ['<rootDir>/tests/**/*.ts'],
testPathIgnorePatterns: ['<rootDir>/tests/helpers/'],
};

0 comments on commit 30456ec

Please sign in to comment.