From f71a981cb9f7b4dbf1202ce21fb60c289574027d Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 20 Sep 2022 15:43:06 +0100 Subject: [PATCH] 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 ``` --- app/assets/javascripts/discourse/testem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/testem.js b/app/assets/javascripts/discourse/testem.js index a0c880fff71..94c77831ba1 100644 --- a/app/assets/javascripts/discourse/testem.js +++ b/app/assets/javascripts/discourse/testem.js @@ -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: [