Increase jest timeout for CI builds
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1d8c23e25a
commit
a5b1871cd8
@ -4,7 +4,7 @@
|
||||
"lint": "eslint --ext .ts,.tsx,.ts .",
|
||||
"bootstrap": "ttsc --build packages/scripts && lerna exec rondo --stream -- build",
|
||||
"esm": "lerna exec rondo --stream -- build --esm",
|
||||
"test:ci": "jest --roots '<rootDir>/lib' --testRegex '\\.test\\.js$'",
|
||||
"test:ci": "jest --roots '<rootDir>/lib' --testRegex '\\.test\\.js$' --testTimeout 15000",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user