Skip to content

Commit

Permalink
Temporarily extend default jest timeout to alliviate stress on drone (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarkilhed committed May 19, 2021
1 parent a9255db commit 060dccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -13,6 +13,7 @@ module.exports = {
testRegex: '(\\.|/)(test)\\.(jsx?|tsx?)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
setupFiles: ['jest-canvas-mock', './public/test/jest-shim.ts', './public/test/jest-setup.ts'],
testTimeout: 30000,
setupFilesAfterEnv: ['./public/test/setupTests.ts'],
snapshotSerializers: ['enzyme-to-json/serializer'],
globals: {
Expand Down

0 comments on commit 060dccd

Please sign in to comment.