Update testTimeout property in jest.config.js

This commit is contained in:
Tee
2021-03-23 20:26:45 -04:00
parent 04a1f912d3
commit aa0ca788ff

View File

@ -3,5 +3,5 @@ module.exports = {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testTimeout": 30000
"testTimeout": 300000
}