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",