From a5b1871cd84761f38110845bce51f680d36c0411 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Fri, 10 Jan 2020 11:11:15 +0100 Subject: [PATCH] Increase jest timeout for CI builds --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {