mirror of https://github.com/actions/toolkit
increase timeout
parent
e19b629130
commit
58ec2bdcc9
|
@ -7,5 +7,6 @@ module.exports = {
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
verbose: true
|
verbose: true,
|
||||||
|
testTimeout: 70000
|
||||||
}
|
}
|
Loading…
Reference in New Issue