0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 00:12:56 +00:00

Don't test in parallel, raise timeout

This commit is contained in:
Trevor Buckner
2023-03-13 14:34:48 -04:00
parent 3105ee1eac
commit 0a09cd9c67
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
"build/*"
],
"jest": {
"testTimeout": 15000,
"testTimeout": 30000,
"modulePaths": [
"node_modules",
"shared",