From c00127fa1e9741d2d9977b9afad77b3cacdfbf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 13 Jan 2022 10:01:44 +0100 Subject: [PATCH] [IMP] tooling: add testTimeout argument to test:debug command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c55b101a..5481208a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build:bundle": "rollup -c", "build": "npm run build:bundle", "test": "jest", - "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch", + "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch --testTimeout=5000000", "test:watch": "jest --watch", "playground:serve": "python3 tools/server.py || python tools/server.py", "playground": "npm run build && npm run playground:serve",