mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
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