From 5ee51ad20dce57230d2587a22cbb981b0a1602d4 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Mon, 5 Dec 2022 17:59:54 +0100 Subject: [PATCH] feat(@test): parallelize test fixes #8317 --- ci/Jenkinsfile.e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.e2e b/ci/Jenkinsfile.e2e index c353eb9d98..e49d453cfa 100644 --- a/ci/Jenkinsfile.e2e +++ b/ci/Jenkinsfile.e2e @@ -34,7 +34,7 @@ pipeline { throttleEnabled: true, throttleOption: 'category', maxConcurrentPerNode: 1, - maxConcurrentTotal: 1 + maxConcurrentTotal: 10 ) /* Abort old PR builds. */ disableConcurrentBuilds(