Skip to content

Commit

Permalink
(chore) Increase default test timeout in framework (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored May 20, 2024
1 parent 0b43b83 commit e444e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/apps/esm-login-app/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'@openmrs/esm-framework': '@openmrs/esm-framework/mock',
'\\.(s?css)$': 'identity-obj-proxy',
'^lodash-es/(.*)$': 'lodash/$1',
'lodash-es': 'lodash',
dexie: require.resolve('dexie'),
},
setupFilesAfterEnv: ['<rootDir>/src/setupTests.ts'],
Expand Down
1 change: 1 addition & 0 deletions packages/framework/esm-framework/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ module.exports = {
testEnvironmentOptions: {
url: 'http://localhost/',
},
testTimeout: 10000,
};

0 comments on commit e444e18

Please sign in to comment.