feat(@test): parallelize test

fixes #8317
This commit is contained in:
Anthony Laibe 2022-12-05 17:59:54 +01:00 committed by Anthony Laibe
parent 995aaeccd9
commit 5ee51ad20d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pipeline {
throttleEnabled: true, throttleEnabled: true,
throttleOption: 'category', throttleOption: 'category',
maxConcurrentPerNode: 1, maxConcurrentPerNode: 1,
maxConcurrentTotal: 1 maxConcurrentTotal: 10
) )
/* Abort old PR builds. */ /* Abort old PR builds. */
disableConcurrentBuilds( disableConcurrentBuilds(