From a9b16faa75268d6dd08d635f2cb611cf5f0cc17a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 21 Jan 2024 14:04:37 +0000 Subject: [PATCH] Increase integration tests concurrency Signed-off-by: Pedro Algarvio --- tools/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.py b/tools/ci.py index 8e327c0aaf9..22659ffa30d 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -655,7 +655,7 @@ def matrix( _matrix = [] _splits = { "functional": 3, - "integration": 5, + "integration": 6, "scenarios": 1, "unit": 4, }