Skip to content

Lower parallellism in tests and increase test execution time

The default parallellism is set to 4, which results in very high concurrentcy in the tests being run. This has had the ill effect of maxing our resources (too many open file descriptors) on some build machines.

This changes lower down parallellism.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports