mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
increase timeout
This commit is contained in:
+3
-2
@@ -7,5 +7,6 @@ module.exports = {
|
|||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
verbose: true
|
verbose: true,
|
||||||
}
|
testTimeout: 70000
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user