Skip to content

Commit

Permalink
Tests: Increase ember-exam parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderKnauff committed Jul 18, 2024
1 parent 823cdc2 commit 0fd77b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
command: process.env.BROWSER
? `ember exam --load-balance --parallel=4 --launch ${process.env.BROWSER}`
? `ember exam --load-balance --parallel=8 --launch ${process.env.BROWSER}`
: null,
usePnpm: true,
scenarios: [
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:types": "glint",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember exam --load-balance --parallel=4",
"test:ember": "ember exam --load-balance --parallel=8",
"test:ember-compatibility": "ember try:each"
},
"devDependencies": {
Expand Down

0 comments on commit 0fd77b2

Please sign in to comment.