0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 09:22:38 +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 - image: cimg/node:16.11.0
working_directory: ~/homebrewery working_directory: ~/homebrewery
parallelism: 4 parallelism: 1
steps: steps:
- attach_workspace: - attach_workspace:

View File

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