Increase parallelism on Linux WPT testing

The time taken by each chunk is uneven, with WPT-1 the longest
before this change at 30~45 minutes. This reduces it to 15~20 minutes.

Surprisingly, increasing the number of processes seems to also make
`test_element_in_collection` in `/webdriver/tests/execute_script/cyclic.py`
**unexpectedly pass**. This happened reliably in three different runs:

https://community-tc.services.mozilla.com/tasks/S9O27WJvSa6j2PSjcRcbBA/runs/2
This commit is contained in:
Simon Sapin 2019-12-06 10:49:48 +01:00
parent 250184fe60
commit c4cf31f72f
2 changed files with 3 additions and 2 deletions

View file

@ -3,4 +3,5 @@
expected: FAIL
[test_element_in_collection]
expected: FAIL
expected:
if os == "mac": FAIL