Increase integration tests concurrency

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2024-01-21 14:04:37 +00:00 committed by Pedro Algarvio
parent 6c12abf3b1
commit a9b16faa75

View file

@ -655,7 +655,7 @@ def matrix(
_matrix = []
_splits = {
"functional": 3,
"integration": 5,
"integration": 6,
"scenarios": 1,
"unit": 4,
}