1
0
Fork 0

updating global timeout

pull/1613/head
Vallie Joseph 2024-01-09 19:03:41 +00:00
parent 58ec2bdcc9
commit 8a6aae0a16
2 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,5 @@ module.exports = {
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true,
testTimeout: 70000
verbose: tru
}

View File

@ -13,7 +13,7 @@
"lint": "eslint packages/**/*.ts",
"lint-fix": "eslint packages/**/*.ts --fix",
"new-package": "scripts/create-package",
"test": "jest --testTimeout 20000"
"test": "jest --testTimeout 70000"
},
"devDependencies": {
"@types/jest": "^29.5.4",