0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 00:52:48 +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

@@ -48,7 +48,7 @@ jobs:
- image: cimg/node:16.11.0
working_directory: ~/homebrewery
parallelism: 4
parallelism: 1
steps:
- attach_workspace:

View File

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