DEV: Parallelize core JS tests in docker.rake (#18756)

This commit is contained in:
David Taylor 2022-10-26 12:00:35 +01:00 committed by GitHub
parent 787d512c03
commit 1da5aa9027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ task 'docker:test' do
js_timeout = ENV["JS_TIMEOUT"].presence || 900_000 # 15 minutes
unless ENV["SKIP_CORE"]
@good &&= run_or_fail("cd app/assets/javascripts/discourse && CI=1 yarn ember exam --random")
@good &&= run_or_fail("cd app/assets/javascripts/discourse && CI=1 yarn ember exam --load-balance --parallel=3 --random")
end
unless ENV["SKIP_PLUGINS"]