1
0
Fork 0

increase timeout

pull/1613/head
Vallie Joseph 2024-01-09 18:55:50 +00:00
parent e19b629130
commit 58ec2bdcc9
1 changed files with 3 additions and 2 deletions

View File

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