Increase jest timeout for CI builds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jerko Steiner 2020-01-10 11:11:15 +01:00
parent 1d8c23e25a
commit a5b1871cd8

View File

@ -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": {