DEV: Remove testem parallel limit (#18290)

In itself, this change will not cause tests to run in parallel. It just unlocks the ability to use tools like `ember exam` to run tests in parallel. For example:

```
yarn ember exam --load-balance --parallel=3 --random
```
This commit is contained in:
David Taylor
2022-09-20 15:43:06 +01:00
committed by GitHub
parent ef39193a06
commit f71a981cb9

View File

@ -44,7 +44,7 @@ module.exports = {
launch_in_ci: ["Chrome"],
// launch_in_dev: ["Chrome"] // Ember-CLI always launches testem in 'CI' mode
tap_failed_tests_only: false,
parallel: 1, // disable parallel tests for stability
parallel: -1,
browser_start_timeout: 120,
browser_args: {
Chrome: [