From c183d33c95ae13ab6dc2be7b0c751ca205c254c0 Mon Sep 17 00:00:00 2001 From: George Roman Date: Thu, 16 May 2019 22:03:20 +0300 Subject: [PATCH] Reintroduce parallelism in the bluetooth tests --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 4a3537e9abf..f5f165575d8 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -569,7 +569,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, tests/wpt/mozilla/tests/css/img_simple.html \ tests/wpt/mozilla/tests/mozilla/secure.https.html \ | cat - time ./mach test-wpt --release --processes 1 --product=servodriver \ + time ./mach test-wpt --release --processes $PROCESSES --product=servodriver \ --headless --log-raw test-bluetooth.log \ --log-errorsummary bluetooth-errorsummary.log \ bluetooth \