From 4f5bb563e8267ee016003ad945cb1b32778244cb Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Mon, 6 Jan 2025 08:35:15 +0100 Subject: [PATCH] JEST timeout --- integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index 3eaa12e85..864742637 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -17,7 +17,7 @@ "run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local" }, "jest": { - "testTimeout": 5000 + "testTimeout": 10000 }, "devDependencies": { "cross-env": "^7.0.3",