updating global timeout

This commit is contained in:
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
}