Mod increases test timeout
This commit is contained in:
parent
eb89e6b942
commit
3b9aabd2be
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user