Skip to content

Commit

Permalink
HARMONY-1538: Try running tests sequentially in Bamboo to fix timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
indiejames committed Oct 12, 2023
1 parent 5255d27 commit 00ed77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "lerna run test",
"test-fast": "lerna run test-fast",
"test-bail": "lerna run test-bail",
"coverage": "lerna run coverage",
"coverage": "lerna run --concurrency 1 coverage",
"lint": "lerna run lint",
"start": "cd services/harmony && NODE_OPTIONS=--max-old-space-size=3096 ts-node -r tsconfig-paths/register app/server.ts",
"start-dev": "cd servcies/harmony && strict-npm-engines && ts-node-dev --no-notify -r tsconfig-paths/register --watch app/views,public/js --respawn app/server",
Expand Down

0 comments on commit 00ed77b

Please sign in to comment.