From 3b9aabd2bed595a7eeec966d3fd38cc98dc62a1a Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Thu, 24 Nov 2022 17:01:39 +0100 Subject: [PATCH] Mod increases test timeout --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 380408b..ef4f191 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "start": "react-scripts start", "build": "react-scripts --optimize-for-size build", "test": "react-scripts test", - "test-ci": "react-scripts test --watchAll=false", - "test-coverage": "react-scripts test --watchAll=false --coverage", + "test-ci": "react-scripts test --watchAll=false --testTimeout 50000", + "test-coverage": "react-scripts test --watchAll=false --testTimeout 50000 --coverage", "eject": "react-scripts eject", "i18n-extract": "lingui extract", "i18n-extract:clean": "lingui extract --clean",