Mod increases test timeout

This commit is contained in:
Jan Stabenow 2022-11-24 17:01:39 +01:00
parent eb89e6b942
commit 3b9aabd2be
No known key found for this signature in database
GPG Key ID: 9C22DD65A9AAF133

View File

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