mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Fix test timeout for github actions
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
9e2c9e95db
commit
82c97567c8
2 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,6 @@ module.exports = {
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
verbose: true
|
verbose: true,
|
||||||
|
setupFilesAfterEnv: ['./jest.setup.js']
|
||||||
}
|
}
|
||||||
|
|
1
jest.setup.js
Normal file
1
jest.setup.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
jest.setTimeout(10000)
|
Loading…
Reference in a new issue