CI: Limit number of parallel tests for msys runs
This is the result of some consecutive runs with different values. More would make the runtime of individual tests grow and we don't want that.
This commit is contained in:
@@ -214,6 +214,7 @@ msys2-ucrt64:
|
||||
variables:
|
||||
MSYSTEM: "UCRT64"
|
||||
CHERE_INVOKING: "yes"
|
||||
MESON_TEST_MAX_PROCESSES: 2
|
||||
MESON_TEST_MAX_FAIL: 10
|
||||
|
||||
macos:
|
||||
|
||||
Reference in New Issue
Block a user