diff --git a/package.json b/package.json index 018a844..380b037 100644 --- a/package.json +++ b/package.json @@ -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 '/lib' --testRegex '\\.test\\.js$'", + "test:ci": "jest --roots '/lib' --testRegex '\\.test\\.js$' --testTimeout 15000", "test": "jest" }, "dependencies": {