increase timeout
This commit is contained in:
+3
-2
@@ -7,5 +7,6 @@ module.exports = {
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
verbose: true,
|
||||
testTimeout: 70000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user